From d26edb933e7a4913f9044cc177fb2059dc9459b6 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:37:33 -0600 Subject: [PATCH] Update version_branch.yml --- .github/workflows/version_branch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version_branch.yml b/.github/workflows/version_branch.yml index fb868de..8806504 100644 --- a/.github/workflows/version_branch.yml +++ b/.github/workflows/version_branch.yml @@ -168,8 +168,8 @@ jobs: # Always insert the new version between TODO section and existing version entries stamp = datetime.now(timezone.utc).strftime('%Y-%m-%d') - insert = chr(10) + "## [" + new_version + "] " + stamp + chr(10) - print('[INFO] Inserting version H2 after TODO block') + insert = chr(10) + "## [" + new_version + "] " + stamp + chr(10) + " - Version bump" + chr(10) + chr(10) + print('[INFO] Inserting version Version after TODO block') text.insert(j, insert) p.write_text(''.join(text), encoding='utf-8')