chore(release): automatically push new releases

This commit is contained in:
Gregor Kleen 2019-07-17 17:37:12 +02:00
parent 4f1162c363
commit 5ecaaeefe2

View File

@ -21,7 +21,8 @@
"frontend:build": "webpack",
"frontend:build:watch": "webpack --watch",
"prerelease": "npm run test",
"release": "standard-version -a"
"release": "standard-version -a",
"postrelease": "git push --follow-tags origin master"
},
"husky": {
"hooks": {