Skip to content

Commit ae061c8

Browse files
committed
fix: release workflow and script
1 parent daa0557 commit ae061c8

File tree

3 files changed

+47
-1
lines changed

3 files changed

+47
-1
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"prepare": "nuxt prepare",
5151
"build": "nuxt-module-build build .",
5252
"lint": "eslint .",
53+
"changelog": "gh-changelogen --repo=BobbieGoede/nuxt-mail",
5354
"release": "bumpp --commit \"release: v%s\" --push --tag",
5455
"test": "pnpm --filter './specs/fixtures/**' dev:prepare && vitest"
5556
},
@@ -72,6 +73,7 @@
7273
"consola": "^3.2.3",
7374
"eslint": "^9.9.1",
7475
"eslint-config-prettier": "^9.1.0",
76+
"gh-changelogen": "^0.2.8",
7577
"globals": "^15.9.0",
7678
"h3": "^1.12.0",
7779
"jiti": "^1.21.6",

pnpm-lock.yaml

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ fi
1818

1919
# Release package
2020
echo "⚡ Publishing with tag latest"
21-
npx npm@8.17.0 publish --tag next --access public --tolerate-republish
21+
npx npm@8.17.0 publish --tag latest --access public --tolerate-republish

0 commit comments

Comments
 (0)