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 30a7bba commit dfc3130Copy full SHA for dfc3130
package.json
@@ -60,7 +60,7 @@
60
"lint:fix": "bunx --bun eslint . --fix",
61
"changelog": "bunx logsmith --verbose",
62
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
63
- "release": "bun run changelog:generate && bunx bumpx prompt --recursive",
+ "release": "bunx bumpx prompt --recursive --all",
64
"dev:docs": "bun --bun vitepress dev docs",
65
"build:docs": "bun --bun vitepress build docs",
66
"preview:docs": "bun --bun vitepress preview docs",
0 commit comments