Skip to content

Commit

Permalink
🔨 Make sure release manager adds a newline on manifest
Browse files Browse the repository at this point in the history
- Or the pre-commit hooks fail
  • Loading branch information
hyperb1iss committed Jul 28, 2024
1 parent 8a62b00 commit dbe7786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def update_manifest(

with open(manifest_path, "w", encoding="utf-8") as f:
json.dump(ordered_manifest, f, indent=2)
f.write("\n")

print_message(
f"✅ Updated manifest version to {new_version} and reordered entries"
Expand Down

0 comments on commit dbe7786

Please sign in to comment.