chore: move changelog update to postrelease
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
"dev": "yarn --cwd examples dev",
|
"dev": "yarn --cwd examples dev",
|
||||||
"docs": "yarn --cwd docs dev",
|
"docs": "yarn --cwd docs dev",
|
||||||
"build": "yarn turbo run build",
|
"build": "yarn turbo run build",
|
||||||
"prerelease": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
|
"postrelease": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
|
||||||
"release": "yarn --cwd package release",
|
"release": "yarn --cwd package release",
|
||||||
"test": "yarn turbo run test",
|
"test": "yarn turbo run test",
|
||||||
"lint": "yarn turbo run lint",
|
"lint": "yarn turbo run lint",
|
||||||
|
|||||||
Reference in New Issue
Block a user