Update comment

This commit is contained in:
Henry Mercer
2026-01-19 17:57:59 +00:00
parent 4d4ae1fbe8
commit 3a7caafd73
@@ -16,7 +16,7 @@ def extract_changelog_snippet(changelog_file, version_tag):
with open(changelog_file, 'r') as f:
lines = f.readlines()
# Include everything up to, but excluding the second heading
# Include only the contents of the first section
found_first_section = False
for line in lines:
if line.startswith('## '):