Pin release notes baseline to latest stable release - #113
Merged
Conversation
GitHub's auto-generated release notes pick the newest release as the baseline, including snapshot prereleases. v0.1.0-M10's changelog was generated against snapshot-5e9cef3-3 and silently dropped every PR merged between v0.1.0-M9 and that snapshot. Generate the notes explicitly via the API with previous_tag_name set to the latest stable (non-prerelease, non-draft) release instead.
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.
GitHub's auto-generated release notes pick the newest release as the baseline — including snapshot prereleases. v0.1.0-M10's changelog was generated against
snapshot-5e9cef3-3and silently dropped every PR merged between v0.1.0-M9 and that snapshot.This replaces
generate_release_notes: truewith an explicitgh api releases/generate-notescall that pinsprevious_tag_nameto the latest stable (non-prerelease, non-draft) release, so snapshot releases can never shift the changelog baseline again.The v0.1.0-M10 release notes have already been regenerated against v0.1.0-M9 and updated in place.
🤖 Generated with Claude Code