chore: rename postrelease script to changelog

This commit is contained in:
bcakmakoglu
2022-06-16 23:00:31 +02:00
committed by Braks
parent 2526d76a2e
commit 4a2345b533
+1 -1
View File
@@ -5,7 +5,7 @@
"scripts": { "scripts": {
"dev": "pnpm --dir examples/vite dev", "dev": "pnpm --dir examples/vite dev",
"docs": "pnpm --dir docs 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", "release": "turbo run release",
"build": "turbo run build", "build": "turbo run build",
"test": "turbo run test", "test": "turbo run test",