feat(standard-version): allow adding additional changes to release
This commit is contained in:
parent
90c7d3c47b
commit
7ed6fe4fed
@ -18,8 +18,7 @@
|
|||||||
"frontend:test:watch": "karma start --conf karma.conf.js --single-run false",
|
"frontend:test:watch": "karma start --conf karma.conf.js --single-run false",
|
||||||
"frontend:build": "webpack",
|
"frontend:build": "webpack",
|
||||||
"frontend:build:watch": "webpack --watch",
|
"frontend:build:watch": "webpack --watch",
|
||||||
"release": "standard-version -a",
|
"release": "standard-version -a"
|
||||||
"prerelease": "git reset"
|
|
||||||
},
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
|
|||||||
Reference in New Issue
Block a user