chore: rename postrelease script to changelog
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "pnpm --dir examples/vite 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",
|
||||
"build": "turbo run build",
|
||||
"test": "turbo run test",
|
||||
|
||||
Reference in New Issue
Block a user