chore: move changelog update to postrelease

This commit is contained in:
Braks
2022-04-24 13:32:41 +02:00
parent c4f9b2c780
commit 18f0d2f1ce

View File

@@ -12,7 +12,7 @@
"dev": "yarn --cwd examples dev",
"docs": "yarn --cwd docs dev",
"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",
"test": "yarn turbo run test",
"lint": "yarn turbo run lint",