Add guarded release tooling and release candidates - #106
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds guarded tooling and documentation for stable and release-candidate publishing.
Changes:
- Adds stable/RC tag selection and release validation.
- Adds a release-selection test harness.
- Strengthens the publishing workflow and documents release procedures.
Show a summary per file
| File | Description |
|---|---|
script/release |
Computes, validates, and pushes release tags. |
script/release-test |
Exercises stable and RC tag selection. |
.github/workflows/release.yml |
Validates tags before publishing artifacts. |
RELEASING.md |
Documents releases and Dependabot compatibility. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 5
- Review effort level: Balanced
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
Add maintainer release tooling for stable and release-candidate tags.
script/release <patch|minor|major>cuts the next stable release.script/release <patch|minor|major> --rccuts or increments an RC for that same base.main, runs the repository checks, creates an annotated tag, rechecksorigin/main, pushes, and verifies the remote tag.RELEASING.mddocuments the release and Dependabot compatibility chores.Release selection
From current
main(37645dbdb769c9160ca46731db060e655dac7b49) and latest stablev0.1.6, the harness proves:Validation
script/release-testmake fmt-check vet test test-stubgh actions-lock --no-interactive --json=findings .github/workflows/release.ymlgit diff --check