1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

add changelog:commit command

This commit is contained in:
Matthias Kretschmann 2019-04-16 01:02:01 +02:00
parent b62753a820
commit 8668c88c32
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -20,6 +20,7 @@
"release-minor": "./node_modules/release-it/bin/release-it.js minor --git.tagName='v${version}' --github.release --non-interactive --no-npm.publish",
"release-major": "./node_modules/release-it/bin/release-it.js major --git.tagName='v${version}' --github.release --non-interactive --no-npm.publish",
"changelog": "auto-changelog",
"changelog:commit": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog' && git push",
"beforeStage": "npm run changelog"
},
"dependencies": {},