chore: added release patch script

This commit is contained in:
LasaleFamine 2020-12-14 18:22:27 +01:00
parent c0b096c5f0
commit 28b3a61ce3
No known key found for this signature in database
GPG key ID: 320E8846781C1840

View file

@ -40,6 +40,7 @@
"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 --release-as minor && git push --follow-tags",
"release:patch": "git pull && standard-version --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 --release-as major && git push --follow-tags"
}, },
"categories": [ "categories": [