Skip to content

Commit 2df7d15

Browse files
committed
chore: fix post version script
1 parent 98615da commit 2df7d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"postversion": "npm run push:tag && npm run create:release && npm run create:changelog",
1818
"push:tag": "git push origin $(git describe --abbrev=0 --tags)",
1919
"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'"
20+
"create:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'"
2121
},
2222
"keywords": [],
2323
"bugs": {

0 commit comments

Comments
 (0)