chore: update standard version
This commit is contained in:
parent
6c148424e7
commit
77ef274a98
1 changed files with 3 additions and 3 deletions
|
@ -39,9 +39,9 @@
|
||||||
"build:generate-themes": "node dist/scripts/generator/index.js",
|
"build:generate-themes": "node dist/scripts/generator/index.js",
|
||||||
"build:ts": "tsc -p ./tsconfig.json && ncp dist/src/ build && ncp material-theme.config.json build",
|
"build:ts": "tsc -p ./tsconfig.json && ncp dist/src/ build && ncp material-theme.config.json build",
|
||||||
"postinstall": "node ./node_modules/vscode/bin/install && tsc -p tsconfig.json",
|
"postinstall": "node ./node_modules/vscode/bin/install && tsc -p tsconfig.json",
|
||||||
"release": "git pull && standard-version --release-as minor && git push --follow-tags",
|
"release": "git pull && standard-version --sign --release-as minor && git push --follow-tags",
|
||||||
"release:patch": "git pull && standard-version --release-as patch && git push --follow-tags",
|
"release:patch": "git pull && standard-version --sign --release-as patch && git push --follow-tags",
|
||||||
"release:major": "git pull && standard-version --release-as major && git push --follow-tags"
|
"release:major": "git pull && standard-version --sign -release-as major && git push --follow-tags"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Themes",
|
"Themes",
|
||||||
|
|
Loading…
Reference in a new issue