/release: sync the mingw-w64-git package to MSYS2#153
Merged
Conversation
As part of the release process, we now synchronize the mingw-w64-git package to the MSYS2 upstream fork, enabling MSYS2 users to get Git for Windows via their regular package manager. This builds on the work from msys2/MINGW-packages#26470 which initially integrated the package definition into MSYS2. Since the GitForWindowsHelper GitHub App has no access to msys2/MINGW-packages, we: 1. Create an msys2-sync-<version> branch in git-artifacts.yml based on msys2/master with our mingw-w64-git/ content (commit message links to the git-artifacts workflow run for traceability) 2. Include this branch in the MINGW-packages.bundle 3. Push both main and the sync branch in repository-updates 4. Add a PR link to the release comment (separate paragraph asking the human driver to wait for repository-updates to finish first; the PR description links to the release workflow run) The PR link pre-populates the title and description, so the human driver just needs to click and submit. This is skipped for RC releases, matching the behavior of other repository updates. Assisted-by: Claude Opus 4.6 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
aa855af to
2aca679
Compare
rimrul
approved these changes
Feb 23, 2026
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.
With this change, as part of the release process, we now synchronize the
mingw-w64-gitpackage definition to the MSYS2 project, enabling MSYS2 users to get Git for Windows via their regular package manager.This builds on the work from msys2/MINGW-packages#26470 which initially integrated the package definition into MSYS2.
Since the GitForWindowsHelper GitHub App (with whose permissions the
/releaseautomation operates) has no access to https://github.com/msys2/MINGW-packages, we:msys2-sync-<version>branch in thegit-artifactsworkflowMINGW-packages.bundlemainbranch) in repository-updates