#6189 - Release helper script - #6193
Open
reckart wants to merge 4 commits into
Open
Conversation
- Initial version with a status command
- Replace single-file Docker Compose placeholder check with version-aware checks for all three generated scripts (docker-compose.yml, docker-compose-mysql8.yml, kubernetes.yml) - Verify generated scripts pin the requested version, detecting both unsubstituted placeholders and stale builds from earlier versions - Add GitHub Pages checks for release entry in releases.yml and documentation upload - Add explicit "Not checked by this script" section to clarify which release checklist items cannot be verified
- Check the release tag on the remote rather than locally, detecting when a tag was never pushed or when a local tag diverges from origin - Handle annotated tags correctly by comparing peeled commits, avoiding false mismatches and dependency on local tag object presence - Distinguish network failures from missing tags when querying the remote
- Split monolithic release script into dispatcher plus ten focused subcommands - Add release-functions.shlib for shared configuration and helpers - Add release-status.sh to report build/release checklist status - Add release-maven.sh to run Maven release prepare and perform - Add release-macos.sh to build and notarize DMGs from target/checkout - Add release-docker.sh to build and push Docker image with beta/release routing - Add release-windows.sh to dispatch CI build, fetch MSI, and verify stale checkouts - Add release-draft.sh to create GitHub draft release with changelog and boilerplate - Add release-upload.sh to attach artifacts to draft and handle re-runs - Add release-all.sh to run all steps in order with resumable failure handling - Add release-notes.md.template for externalized release notes boilerplate - Compose file examples now included as release artifacts
reckart
force-pushed
the
refactoring/6189-Release-helper-script
branch
from
August 1, 2026 18:05
bdfaf08 to
da02106
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.
What's in the PR
How to test manually
Automatic testing
Documentation