docs: backfill CHANGELOG for v4.0.10/v4.0.11/v4.0.12 [4.x]#126
Merged
Conversation
The release-triggered Changelog workflow has been silently failing since v4.0.10 because it pushed directly to the protected 4.x branch. The workflow itself is now fixed in #125; this commit backfills the three missing entries from the existing GitHub release notes so CHANGELOG.md stays in sync with the published releases.
Contributor
There was a problem hiding this comment.
Pull request overview
Backfills missing release entries in CHANGELOG.md for v4.0.10, v4.0.11, and v4.0.12 so the changelog matches the already-published GitHub releases after the release-triggered changelog workflow failures on the protected 4.x branch.
Changes:
- Add a
v4.0.12section with the items included in that release and a compare link. - Add a
v4.0.11section including “New Contributors” and a compare link. - Add a
v4.0.10section with the items included in that release and a compare link.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
4.xbranch (workflow fixed in ci: open changelog PR instead of pushing to protected branch [4.x] #125)CHANGELOG.mdfrom the existing GitHub release notes so the file stays in sync with the published releasesskip-changelogso this PR stays out of future release notesTest plan