We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8469df9 commit e75bdafCopy full SHA for e75bdaf
package.json
@@ -49,7 +49,7 @@
49
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
50
"typecheck": "vue-tsc --noEmit",
51
"bump": "bumpp package.json --commit --push --tag",
52
- "release": "pnpm build && pnpm bump && pnpm publish --tag latest -r --no-git-checks",
+ "release": "pnpm build && bumpp -x \"npx changelogen --output=CHANGELOG.log\" && pnpm publish",
53
"lint": "eslint .",
54
"lint:fix": "eslint . --fix",
55
"test": "pnpm dev:prepare && vitest --run --exclude **/__runtime__ && pnpm test:runtime",
0 commit comments