Render release version, artifact, and changelog automation#31
Merged
Conversation
Generate scripts/ci/run-release-version.sh and run-release-build.sh, a .github/release.yml changelog config, and wire the release caller and reusable workflow to validate versions, build/upload checksummed artifacts, and write categorized release notes. Updates versioning and tier-A CI contract docs and render snapshots. Closes #23 Closes #24 Closes #25 Closes #26 https://claude.ai/code/session_0123FockikrY2yTgCvEjhPKZ
pheidon
approved these changes
May 15, 2026
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 58e1bda3ea
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
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
Builds on the release manifest schema (#29) and reusable workflow orchestration (#30) to render the remaining release automation into managed files.
scripts/ci/run-release-version.sh: validatespackage.json/pyproject.tomlversions against the pushed tag; explicit no-op when no surfaces are configured; never creates post-tag commits.scripts/ci/run-release-build.sh:dist/release/default directory, SHA256SUMS when enabled, explicit no-op message when no artifacts; reusable workflow uploads artifact-dir files as release assets..github/release.ymlcategorized changelog config from the manifest; reusable workflow adds a "Generate release notes" step writingdist/release/RELEASE_NOTES.mdbefore the GitHub release.docs/bootstrap/versioning.mdanddocs/bootstrap/tier-a-ci-contract.md, updated render snapshots and tests.Governing Issue
Closes #23
Closes #24
Closes #25
Closes #26
Validation
58e1bda3ea836feb12b5c4e2b7591eec9136164c.58e1bda3ea836feb12b5c4e2b7591eec9136164c.Bootstrap Governance
This PR keeps release automation generated from the bootstrap manifest path and documents the Tier-A CI/versioning contract. It does not add unmanaged post-tag mutation; release validation and artifact generation happen inside the generated workflow surfaces.
Merge Automation
Auto-merge is currently blocked by the required PR description gate. Once this body update passes CI and branch protection remains satisfied, auto-merge can be enabled safely.
Notes
https://claude.ai/code/session_0123FockikrY2yTgCvEjhPKZ
Generated by Claude Code