Copy v1.14.1 changelog to main and clean up .nextchanges - #6435
Merged
Conversation
v1.14.1 was released from release/v1.14.x, so main never got the CHANGELOG.md entry and still carried the two fragments that went into it. Copies the v1.14.1 section from the tag verbatim and removes the consumed fragments. `.nextchanges/version` is already 1.15.0, so the remaining fragments are ready for the 1.15.0 release. Co-authored-by: Isaac
denik
marked this pull request as ready for review
August 30, 2026 10:06
Collaborator
Integration test reportCommit: b9eba18
Top 6 slowest tests (at least 2 minutes):
|
janniklasrose
approved these changes
Aug 31, 2026
janniklasrose
left a comment
Contributor
There was a problem hiding this comment.
You need to add the override-changelog-guard label to bypass the changelog guard (safe to do with the current tagging flow)
Contributor
Author
FWIW it worked without it, even though the Changelog job failed, I guess it was not part of any required checks. |
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.
v1.14.1 was released from release/v1.14.x, so main never got the CHANGELOG.md entry and still carried the two fragments that went into it. Copied the section verbatim from the tag and removed the consumed fragments.
.nextchanges/versionis already 1.15.0, so the remaining fragments are ready for the 1.15.0 release.