Skip to content

Commit 6945018

Browse files
committed
chore: update release script
1 parent b5d45b6 commit 6945018

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stx",
33
"type": "module",
4-
"version": "0.0.12",
4+
"version": "0.0.11",
55
"private": true,
66
"description": "A fast & powerful UI / templating engine. Laravel Blade-inspired. Powered by Bun.",
77
"author": "Chris Breuer <[email protected]>",
@@ -72,12 +72,11 @@
7272
"changelog:json": "bun node_modules/@stacksjs/logsmith/dist/bin/cli.js --format json --output changelog.json --exclude-types \"chore\" --max-commits 50",
7373
"changelog:html": "bun node_modules/@stacksjs/logsmith/dist/bin/cli.js --format html --output changelog.html --exclude-types \"chore\" --max-commits 50",
7474
"prepublishOnly": "bun run build",
75-
"bumpx": "bun node_modules/@stacksjs/bumpx/dist/bin/cli.js",
76-
"release": "bun run scripts/auto-version.ts, bun run changelog && bunx bumpp package.json --all",
75+
"bumpx": "bun node_modules/@stacksjs/bumpx/dist/bin/cli.js ",
76+
"release": "bun run bumpx prompt --no-push --yes && bun run changelog:generate && git add CHANGELOG.md && git commit --amend --no-edit",
7777
"release:major": "bumpx major --commit --tag --commit-message \"chore(release): bump version to v%s\" --no-push --yes && bun run changelog:generate && git add CHANGELOG.md && git commit --amend --no-edit",
7878
"release:minor": "bumpx minor --commit --tag --commit-message \"chore(release): bump version to v%s\" --no-push --yes && bun run changelog:generate && git add CHANGELOG.md && git commit --amend --no-edit",
7979
"release:patch": "bumpx patch --commit --tag --commit-message \"chore(release): bump version to v%s\" --no-push --yes && bun run changelog:generate && git add CHANGELOG.md && git commit --amend --no-edit",
80-
"release:auto": "bun run scripts/auto-version.ts",
8180
"setup": "bun run scripts/setup.ts",
8281
"test": "bun test",
8382
"dev:docs": "bun --bun vitepress dev docs",

0 commit comments

Comments
 (0)