chore: move changelog update to postrelease

This commit is contained in:
Braks
2022-04-24 13:34:22 +02:00
parent c4f9b2c780
commit 18f0d2f1ce
+1 -1
View File
@@ -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",