Skip to content

Commit 7487199

Browse files
committed
chore: add patch release script
1 parent 5461f5b commit 7487199

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"changelog": "bunx logsmith --verbose",
6363
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
6464
"release": "bun --bun run changelog:generate && bunx --bun bumpx prompt --recursive",
65+
"release:patch": "bun --bun run changelog:generate && bunx --bun bumpx patch --recursive --yes",
6566
"dev:docs": "bun --bun vitepress dev docs",
6667
"build:docs": "bun --bun vitepress build docs",
6768
"preview:docs": "bun --bun vitepress preview docs",

0 commit comments

Comments
 (0)