Skip to content

Commit 01a153e

Browse files
committed
chore: add release:minor script
1 parent 3d52245 commit 01a153e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
4545
"typecheck": "pnpm dlx vue-tsc --noEmit",
4646
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
47+
"release:minor": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish && git push --follow-tags",
4748
"lint": "eslint .",
4849
"lint:fix": "eslint . --fix",
4950
"test": "vitest",

0 commit comments

Comments
 (0)