Skip to content

Commit 23f65ca

Browse files
committed
workflow: fix script
1 parent e0b7322 commit 23f65ca

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
@@ -26,7 +26,7 @@
2626
"test": "vue-cli-service test:unit",
2727
"gpr-setup": "node scripts/gpr-setup.js",
2828
"release": "node scripts/release.js",
29-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
29+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3030
},
3131
"gitHooks": {
3232
"commit-msg": "node scripts/verify-commit.js"

0 commit comments

Comments
 (0)