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": "webpack",
"frontend:build:watch": "webpack --watch", "frontend:build:watch": "webpack --watch",
"prerelease": "npm run test", "prerelease": "npm run test",
"release": "standard-version -a" "release": "standard-version -a",
"postrelease": "git push --follow-tags origin master"
}, },
"husky": { "husky": {
"hooks": { "hooks": {