chore: duplicate changelog version headers #240
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
CHANGELOG.mdhas THREE duplicate version headers:## [01.12.00] --- 2026-06-28appears twice (lines 4 and 6)## [01.07.00] --- 2026-06-23appears twice (lines 54 and 56)## [01.05.00] --- 2026-06-23appears twice (lines 67 and 69)Each duplicated header has no content between them -- just the same header repeated.
Fix
Remove the duplicate lines. Each version should only appear once.
Affected file
CHANGELOG.mdBranch created:
feature/240-chore-duplicate-changelog-version-header