mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
chore(): add postchangelog script
This commit is contained in:
parent
d2ef40ccb7
commit
d4c876d009
@ -43,7 +43,8 @@
|
|||||||
"clean": "rimraf dist .tmp",
|
"clean": "rimraf dist .tmp",
|
||||||
"shipit": "npm run build && gulp readmes && npm run npmpub",
|
"shipit": "npm run build && gulp readmes && npm run npmpub",
|
||||||
"npmpub": "node scripts/build/publish.js",
|
"npmpub": "node scripts/build/publish.js",
|
||||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
|
||||||
|
"postchangelog": "git commit -am \"chore(): update changelog\""
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
|
Loading…
Reference in New Issue
Block a user