Skip to content

Commit 5e268cf

Browse files
committed
chore(release): update release script to use minor versioning
1 parent fa07cf7 commit 5e268cf

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
@@ -32,7 +32,7 @@
3232
"dev:build": "nuxi build playground",
3333
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
3434
"dev:start": "node playground/.output/server/index.mjs",
35-
"release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags",
35+
"release": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish --access=public && git push --follow-tags",
3636
"lint": "eslint .",
3737
"lint:fix": "eslint --fix .",
3838
"test": "vitest run",

0 commit comments

Comments
 (0)