We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98615da commit 2df7d15Copy full SHA for 2df7d15
package.json
@@ -17,7 +17,7 @@
17
"postversion": "npm run push:tag && npm run create:release && npm run create:changelog",
18
"push:tag": "git push origin $(git describe --abbrev=0 --tags)",
19
"create:release": "conventional-github-releaser -p angular",
20
- "create:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'update changelog'"
+ "create:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'"
21
},
22
"keywords": [],
23
"bugs": {
0 commit comments