v1.4.0 #44

Merged
josh merged 9 commits from dev into main 2026-03-28 16:16:46 -04:00
Showing only changes of commit 8ef839d6d0 - Show all commits

View File

@@ -97,7 +97,7 @@ jobs:
if fixes:
sections.append('### Bug Fixes\n\n' + '\n'.join(fixes))
notes = '\n\n'.join(sections) or '_No changes_'
body = notes + '\n\n### Image\n\n' + img + ':' + v
body = notes + '\n\n### Image\n\n`' + img + ':' + v + '`'
payload = {'tag_name': 'v'+v, 'name': 'Catalyst v'+v, 'body': body, 'draft': False, 'prerelease': False}
open('/tmp/release_body.json', 'w').write(json.dumps(payload))
PYEOF