Skip to content

Commit 6c4cfb8

Browse files
committed
chore: adjust release script
1 parent a0c6976 commit 6c4cfb8

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
@@ -51,7 +51,7 @@
5151
"lint:fix": "bunx --bun eslint . --fix",
5252
"changelog": "bunx logsmith --verbose",
5353
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
54-
"release": "bun run changelog:generate && bunx bumpx -r --commit --tag --push",
54+
"release": "bunx bumpx -r --all",
5555
"postinstall": "bunx git-hooks",
5656
"typecheck": "bunx tsc --noEmit",
5757
"dev:docs": "bun --bun vitepress dev docs",

0 commit comments

Comments
 (0)