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
# -------------------------------------------------------------------