fix(changelog): scope v1.0.0 entry to real diff against v0.6.0#30
Merged
fix(changelog): scope v1.0.0 entry to real diff against v0.6.0#30
Conversation
The auto-generated v1.0.0 section incorrectly included all commits from the full project history instead of only the diff against v0.6.0. Real changes since v0.6.0: - feat: migrate to Effect platform with typed services (#26) - fix(bulk): preserve assignees visibility in random assign modal (#24) - fix(app): drop -is:closed from auto-injected sprint filter (#28) Also adds the compare link that was missing from the v1.0.0 header, consistent with every other entry in this file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v1.0.0CHANGELOG entry from a full-history dump back to the 3 real changes introduced sincev0.6.0v1.0.0header, consistent with every other entry in the fileWhat changed
Before: the generated entry incorrectly listed every commit from
v0.1.0throughv1.0.0, spanning 20+ features and 5 bug fixes across the entire project history.After: only the actual diff against
v0.6.0:-is:closedfrom auto-injected sprint filter (#28)README
Searched README.md for any hardcoded
v0.6.0references — none found. All version indicators use dynamic shields.io badges against the releases API, which already resolve tov1.0.0. No README change needed.GitHub Release
The
v1.0.0release description was already corrected directly viagh release edit(outside this PR) and now matches this changelog entry.Test plan
v1.0.0section shows only 3 entries (1 feat, 2 fixes)v1.0.0header links tocompare/v0.6.0...v1.0.0v0.6.0and below) are unchanged