chore(release): create a github release on new version

This commit is contained in:
Corentin Thomasset 2023-04-14 18:44:22 +02:00
parent 85cb0ffabd
commit dbad7730f9
No known key found for this signature in database
GPG key ID: DBD997E935996158
8 changed files with 356 additions and 819 deletions

View file

@ -1,6 +1,6 @@
{
"name": "it-tools",
"version": "2023.4.13-dce9ff9",
"version": "2023.4.14-f9b77b7",
"description": "Collection of handy online tools for developers, with great UX. ",
"keywords": [
"productivity",
@ -30,7 +30,7 @@
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore",
"script:create-new-tool": "node scripts/create-tool.mjs",
"release": "standard-version"
"release": "node ./scripts/release.mjs"
},
"dependencies": {
"@it-tools/bip39": "^0.0.4",
@ -101,6 +101,7 @@
"@vue/test-utils": "^2.3.2",
"@vue/tsconfig": "^0.1.3",
"c8": "^7.13.0",
"consola": "^3.0.2",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
@ -109,7 +110,6 @@
"jsdom": "^19.0.0",
"less": "^4.1.3",
"prettier": "^2.8.7",
"standard-version": "^9.5.0",
"start-server-and-test": "^1.15.4",
"typescript": "~4.5.5",
"unocss": "^0.50.8",
@ -121,6 +121,7 @@
"vite-svg-loader": "^3.6.0",
"vitest": "^0.13.1",
"vue-tsc": "^0.31.4",
"workbox-window": "^6.5.4"
"workbox-window": "^6.5.4",
"zx": "^7.2.1"
}
}