chore: adopt the abcd changelog-driven release machinery - #79
Merged
Conversation
abcd launch scaffold --confirm replaces the hand-maintained v0.4.0 release.yml with the embedded template abcd's own releases run (verify gates the pushed commit before anything builds or publishes; a manual rehearsal arms the gate and publishes nothing), adds auto-release.yml (newest dated CHANGELOG heading -> tag -> release.yml as a reusable workflow, GITHUB_TOKEN-only), and commits the release-gate runbook. Assisted-by: Claude:claude-fable-5
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.
abcd launch scaffold --confirmoutput, committed as written (no hand edits):.github/workflows/release.yml— replaces the v0.4.0 flow (recoverable from history); verify gates the pushed commit, publish runs only after green, plus aworkflow_dispatchrehearsal that arms the gate and publishes nothing..github/workflows/auto-release.yml— tags the newest dated CHANGELOG heading and invokesrelease.ymlas a reusable workflow;GITHUB_TOKENonly, serialised, idempotent..abcd/development/release-gate/README.md— the adr-37 runbook.Detected: default branch
main, Go 1.22.