feat(standard-version): allow adding additional changes to release

This commit is contained in:
Gregor Kleen 2019-07-02 17:16:31 +02:00
parent 90c7d3c47b
commit 7ed6fe4fed

View File

@ -18,8 +18,7 @@
"frontend:test:watch": "karma start --conf karma.conf.js --single-run false",
"frontend:build": "webpack",
"frontend:build:watch": "webpack --watch",
"release": "standard-version -a",
"prerelease": "git reset"
"release": "standard-version -a"
},
"husky": {
"hooks": {