chore: rename postrelease script to changelog

This commit is contained in:
bcakmakoglu
2022-06-16 21:47:34 +02:00
committed by Braks
parent 2526d76a2e
commit 4a2345b533

View File

@@ -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",