ci: automate Windows draft releases - #3
Merged
Merged
Conversation
Add tag and metadata validation, locked Windows packaging, license-aware archives, checksums, and draft GitHub Releases.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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
Automate Windows release candidates from version tags while retaining a manual publication gate for real desktop smoke testing and license review. The workflow validates release metadata, runs tests, packages a license-aware archive, and creates a GitHub Draft Release.
Related issue
None.
Type of change
How it was verified
uv run python scripts/check_repo.pyuv run python -m pytest -quv run python -m pytest -q tests/test_release_metadata.py tests/test_release_workflow.py --cov=scripts.release_metadata --cov-report=term-missing --cov-fail-under=80Current
v0.1.0metadata validated through the release CLIGitHub Actions runner packaging and real Windows GUI smoke testing remain publication gates
pytest -qpasses (withQT_QPA_PLATFORM=offscreenset)New / changed functionality has corresponding tests
Manually verified the related UI / interaction
Checklist
config/app_config.json) or secrets committed