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 a0c6976 commit 6c4cfb8Copy full SHA for 6c4cfb8
package.json
@@ -51,7 +51,7 @@
51
"lint:fix": "bunx --bun eslint . --fix",
52
"changelog": "bunx logsmith --verbose",
53
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
54
- "release": "bun run changelog:generate && bunx bumpx -r --commit --tag --push",
+ "release": "bunx bumpx -r --all",
55
"postinstall": "bunx git-hooks",
56
"typecheck": "bunx tsc --noEmit",
57
"dev:docs": "bun --bun vitepress dev docs",
0 commit comments