Update version_branch.yml

This commit is contained in:
2025-12-16 21:22:13 -06:00
parent 7c4519656b
commit 237353c534

View File

@@ -195,7 +195,7 @@ jobs:
print('[INFO] Replaced UNRELEASED H2 with version heading')
# After converting UNRELEASED to a release, insert a new UNRELEASED section right after TODO block
insert_unreleased = chr(10) + "## [UNRELEASED]" + chr(10) + "- Placeholder for next release" + chr(10)
insert_unreleased = chr(10) + "## [UNRELEASED]" + chr(10) + "- Placeholder for next release" + chr(10) + chr(10)
text.insert(j, insert_unreleased)
p.write_text(''.join(text), encoding='utf-8')
raise SystemExit(0)