Skip to content

Commit 674c6d6

Browse files
committed
chore: fix changelog releasing
1 parent dd39b91 commit 674c6d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"test:types": "tsc -p types/test",
4040
"docs": "vuepress dev docs",
4141
"docs:build": "vuepress build docs",
42-
"changelog": "conventional-changelog -p angular -r 1 -i CHANGELOG.md -s",
42+
"changelog": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
4343
"release": "bash scripts/release.sh"
4444
},
4545
"gitHooks": {

0 commit comments

Comments
 (0)