chore: preserve tab indentation for package.json in release script

This commit is contained in:
Elias Schneider
2026-07-30 12:22:35 +02:00
parent b3fb8de5bc
commit a1ebf4e98b
2 changed files with 66 additions and 65 deletions
+1
View File
@@ -118,6 +118,7 @@ git add .version
# Update version in frontend/package.json
jq --arg new_version "$NEW_VERSION" '.version = $new_version' frontend/package.json >frontend/package_tmp.json && mv frontend/package_tmp.json frontend/package.json
pnpm --dir frontend exec prettier --write package.json
git add frontend/package.json
# Generate changelog