Skip to content

docs(changelog): remove the duplicate 1.1.0 entry - #74

Merged
jdhughes-dev merged 1 commit into
INTERA-Inc:mainfrom
jdhughes-dev:fix-changelog-duplicate
Aug 3, 2026
Merged

docs(changelog): remove the duplicate 1.1.0 entry#74
jdhughes-dev merged 1 commit into
INTERA-Inc:mainfrom
jdhughes-dev:fix-changelog-duplicate

Conversation

@jdhughes-dev

Copy link
Copy Markdown
Collaborator

The changelog had two ## [1.1.0] headings: the real one listing changes since 1.0.0, and a cumulative list of every pull request back to #7 that duplicates the 1.0.0 entry below it. The cumulative one is removed.

The repeated heading also broke the release note extraction added in #73, because the rule that starts the capture matched the second heading before the rule that ends it, so a 1.1.0 release would have picked up both blocks. The capture now only starts on the first match.

The changelog carried two 1.1.0 headings: the changes since 1.0.0, and a
cumulative list of everything back to the first pull request. Remove the
cumulative one, which repeats the 1.0.0 entry below it.

A repeated heading also defeated the release note extraction, because the
rule that starts the capture matched the second heading before the rule that
ends it. Only start on the first match.
@jdhughes-dev
jdhughes-dev merged commit 2ac16dd into INTERA-Inc:main Aug 3, 2026
2 checks passed
@jdhughes-dev
jdhughes-dev deleted the fix-changelog-duplicate branch August 3, 2026 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant