fix(ci): auto format changelog.md after release
All checks were successful
🚀 Release / release (push) Successful in 3m41s

This commit is contained in:
2026-02-03 15:47:38 +01:00
parent 3e8d2768b3
commit 01f1568221
3 changed files with 4 additions and 3 deletions

View File

@@ -51,6 +51,8 @@ tmp_changelog="CHANGELOG.tmp"
mv "$tmp_changelog" CHANGELOG.md
pnpm run format
# -------------------------------------------------------------------
# 4. Create release commit
# -------------------------------------------------------------------

View File

@@ -3,4 +3,3 @@
chore: format
---

View File

@@ -1,4 +1,5 @@
{
"version": "0.0.1",
"scripts": {
"postinstall": "pnpm run -r --filter 'ui' build",
"build": "pnpm build:nodes && pnpm build:app",
@@ -19,6 +20,5 @@
"devDependencies": {
"chokidar-cli": "catalog:",
"dprint": "^0.51.1"
},
"version": "0.0.1"
}
}