Skip to content

Commit e75bdaf

Browse files
committed
chore: update release script
1 parent 8469df9 commit e75bdaf

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
@@ -49,7 +49,7 @@
4949
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
5050
"typecheck": "vue-tsc --noEmit",
5151
"bump": "bumpp package.json --commit --push --tag",
52-
"release": "pnpm build && pnpm bump && pnpm publish --tag latest -r --no-git-checks",
52+
"release": "pnpm build && bumpp -x \"npx changelogen --output=CHANGELOG.log\" && pnpm publish",
5353
"lint": "eslint .",
5454
"lint:fix": "eslint . --fix",
5555
"test": "pnpm dev:prepare && vitest --run --exclude **/__runtime__ && pnpm test:runtime",

0 commit comments

Comments
 (0)