Skip to content

Bugfix: Changelog no longer loses old entries on version bumps#3

Merged
jeffdlange merged 1 commit into
mainfrom
fix/changelog-version-limit
Jun 4, 2026
Merged

Bugfix: Changelog no longer loses old entries on version bumps#3
jeffdlange merged 1 commit into
mainfrom
fix/changelog-version-limit

Conversation

@jeffdlange

Copy link
Copy Markdown
Collaborator

Restores the trimmed changelog entries and stops future trims.

Reissue's version_limit defaults to 2, so every rake reissue bump silently dropped all but the newest two versions — 0.1.0 through 0.1.2 were already gone. All entries are restored from the finalize commits in git history, and version_limit is now set high enough to keep everything.

This branch also absorbs the 0.1.5 version bump, so after merging, delete the reissue/0.1.5 branch instead of merging it — it carries the trimmed changelog.

Reissue's version_limit defaults to 2, so each version bump silently dropped all
but the newest two entries. Entries restored from the finalize commits; this also
absorbs the 0.1.5 bump so the auto-generated reissue/0.1.5 branch can be deleted.

Fixed: CHANGELOG.md retains the full release history (old entries were trimmed on every version bump)
@jeffdlange jeffdlange marked this pull request as ready for review June 4, 2026 21:45
@jeffdlange jeffdlange merged commit e7d385a into main Jun 4, 2026
5 checks passed
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