chore: duplicate changelog version headers #240

Open
opened 2026-06-29 14:21:57 +00:00 by jmiller · 1 comment
Owner

Description

CHANGELOG.md has THREE duplicate version headers:

  • ## [01.12.00] --- 2026-06-28 appears twice (lines 4 and 6)
  • ## [01.07.00] --- 2026-06-23 appears twice (lines 54 and 56)
  • ## [01.05.00] --- 2026-06-23 appears 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.md

## Description `CHANGELOG.md` has THREE duplicate version headers: - `## [01.12.00] --- 2026-06-28` appears twice (lines 4 and 6) - `## [01.07.00] --- 2026-06-23` appears twice (lines 54 and 56) - `## [01.05.00] --- 2026-06-23` appears 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.md`
Author
Owner

Branch created: feature/240-chore-duplicate-changelog-version-header

git fetch origin
git checkout feature/240-chore-duplicate-changelog-version-header
Branch created: [`feature/240-chore-duplicate-changelog-version-header`](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteCross/src/branch/feature/240-chore-duplicate-changelog-version-header) ```bash git fetch origin git checkout feature/240-chore-duplicate-changelog-version-header ```
Sign in to join this conversation.
No labels
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteCross#240