build(release): remove patch release template and streamline backport workflow - #4093
Merged
rickeylev merged 3 commits intoAug 22, 2026
Merged
Conversation
Users should submit pull requests directly when requesting backports or patch releases rather than opening separate request issues. Removes the standalone patch release request template and updates documentation to point to pull requests. Clarifies the release tracking issue template so it is obvious it applies to backports as well, and updates release tooling to ignore placeholder PR numbers in backport checklists.
Filing a backport tracking issue triggers automated workflows to perform the necessary backporting steps. Updates the backport documentation and developer guide with a note recommending users file an issue using the release tracking template rather than creating backport PRs manually.
Manual backport PR creation requires updating CHANGELOG.md and version markers on both the release branch and main. Updates the backport PR steps in the developer guide to show how to use the release tool's process-news command for both the release branch and main branch changelog updates.
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.
Having a separate issue template for patch release requests creates
confusion and fragments release tracking. Consolidating patch releases
and backports into the unified release tracking workflow enables
automated backporting and reduces manual overhead for contributors
and maintainers.
To streamline the workflow, this change:
of the unified release tracking template.
and ignore placeholder PR numbers.
backport tracking issues and document the
process-newscommand formanual backport changelog updates.