Skip to content

Commit b1cd5a0

Browse files
committed
chore: update release script to use minor versioning for changelogen
1 parent c63c6ca commit b1cd5a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"dev": "npm run dev:prepare && nuxi dev playground",
8080
"dev:build": "nuxi build playground",
8181
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
82-
"release": "npm run lint && npm run test && npm run prepack && changelogen --patch --release && npm publish --access=public && git push --follow-tags",
82+
"release": "npm run lint && npm run test && npm run prepack && changelogen --minor --release && npm publish --access=public && git push --follow-tags",
8383
"lint": "eslint .",
8484
"test": "vitest run",
8585
"test:watch": "vitest watch",

0 commit comments

Comments
 (0)