chore: rename postrelease script to changelog
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "pnpm --dir examples/vite dev",
|
"dev": "pnpm --dir examples/vite dev",
|
||||||
"docs": "pnpm --dir docs dev",
|
"docs": "pnpm --dir docs dev",
|
||||||
"postrelease": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
|
"changelog": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
|
||||||
"release": "turbo run release",
|
"release": "turbo run release",
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
"test": "turbo run test",
|
"test": "turbo run test",
|
||||||
|
|||||||
Reference in New Issue
Block a user