We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8187bc commit 05e4149Copy full SHA for 05e4149
1 file changed
hotfix/anc_hotfix_generate.py
@@ -50,7 +50,7 @@ def read_hotfix_version():
50
51
def build_hotfix_entry(version):
52
"""Build the write_files YAML lines for the hotfix JSON config."""
53
- hotfix_json = json.dumps({"version": version})
+ hotfix_json = json.dumps({"version": version}, separators=(',', ':'))
54
return [
55
f"\n",
56
f"{BEGIN_MARKER}\n",
0 commit comments