chore: prepare release validation script - #18296
Open
Antreesy wants to merge 5 commits into
Open
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Antreesy
force-pushed
the
chore/release/scripting
branch
from
June 26, 2026 13:48
ee779d0 to
20f4430
Compare
Antreesy
force-pushed
the
chore/release/scripting
branch
from
July 18, 2026 10:14
8bc6d1a to
d70f46c
Compare
nickvergessen
force-pushed
the
chore/release/scripting
branch
from
July 24, 2026 08:31
92d87c8 to
6ba137b
Compare
Antreesy
force-pushed
the
chore/release/scripting
branch
from
August 31, 2026 09:57
6ba137b to
6302f07
Compare
Antreesy
marked this pull request as ready for review
August 31, 2026 09:58
Antreesy
force-pushed
the
chore/release/scripting
branch
from
August 31, 2026 11:52
9809c9b to
9ca8e7c
Compare
Assisted-by: ClaudeCode:claude-sonnet-5 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Assisted-by: ClaudeCode:claude-sonnet-5 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Assisted-by: ClaudeCode:claude-sonnet-5 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Assisted-by: ClaudeCode:claude-sonnet-5 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Assisted-by: ClaudeCode:claude-sonnet-5 Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
Antreesy
force-pushed
the
chore/release/scripting
branch
from
August 31, 2026 11:53
9ca8e7c to
c86c41d
Compare
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.
☑️ Resolves
Tip
make validate-releasefor preview of all maintaned branchesmake validate-release BRANCHES='stable34 stable35'for preview of selected branchesmake prepare-changelogto prepare a changelog branch with pre-fabricated commits to adjust and pushmake prepare-changelog BRANCHES='stable34 stable35'to prepare a changelog for selected branchesmake bump-version PR='19000'to modify appinfo/info.xml and package.json according to new version in given PR backportmake bump-version PR='backport/0000/stable35'to modify appinfo/info.xml and package.json according to new version in given branchmake update-milestones BRANCH='stable35'to show how milestones would be updated and provide commandsNote
make prepare-changelogjust gather information since last tag and commit it in bulk. Changelog should be rewritten/adjusted manually to only include relevant changesPublic API is rate-limited to 60 requests/hour. You can optionally pass own token as env variable to overcome this:
make ... GH_TOKEN=$(gh auth token)Screenshots:
make validate-releasemake prepare-changelog BRANCHES='stable34 stable35'make bump-version PR='backport/0000/stable35'make bump-version PR='backport/0000/stable34'make update-milestones PR='stable34'AI (if applicable)