Skip to content

Commit 4dec4d5

Browse files
committed
ci: fix got-cliff bump
1 parent 5c40c27 commit 4dec4d5

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
@@ -25,7 +25,7 @@
2525
"test": "mocha",
2626
"build": "tsc --project tsconfig.build.json && node ./dist/index.js",
2727
"prepublishOnly": "npm run lint && npm run build && npm run test",
28-
"release": "git-cliff --bumped-version --output CHANGELOG.md",
28+
"release": "git-cliff --bump --output CHANGELOG.md",
2929
"prepare": "husky install"
3030
},
3131
"peerDependencies": {

0 commit comments

Comments
 (0)