What problem does it solve?
It guides and automates the multi-step post-merge release workflow for Afterburn so maintainers can reliably create release branches, signed tags, vendor archives, and GitHub releases without missing verification or cleanup steps.
Core Features & Use Cases
- Verifies that the pre-release PR was merged and that dependency update commits are present.
- Performs clean build verification with vendored dependencies, runs tests, and prepares a vendor archive with SHA256 digests.
- Guides the user through credential-gated steps such as running cargo release, pushing tags, and publishing to crates.io, and drafts the GitHub release notes from repository release notes.
- Use case: a maintainer preparing a new Afterburn version can run the workflow to produce a release branch, open and merge the release PR, publish the crate, create a vendor tarball, and assemble the GitHub release body.
Quick Start
Run the publish-release workflow with the desired version, for example: /publish-release 5.11.0