docs(release): align runbook with aggregator-reactor, guard, and release.yml#74
Merged
Merged
Conversation
…ase.yml Updates the release runbook to match the v1.6.5 plumbing (#69 #70 #71 #72 #73): - README install snippets now flip in the release commit (cut-release.ps1), enforced by VersionConsistencyGuardTest — replaces the old "stay pinned to the previous tag, flip post-release" model that contradicted the guard. - Version lives in four sites (library pom, aggregator, inherited examples/benchmarks parents); the script bumps all four + README in one pass. - GitHub Release is created automatically by release.yml on tag push; the manual gh release create is now the documented fallback. - Adds VersionConsistencyGuardTest to the pre-release guard-suite gate, and a v1.6.5 lesson that supersedes the v1.6.0 graphcompose.version property note. The graphcompose-release-engineer skill (local config, Claude + Codex copies) was aligned in lockstep.
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
Aligns
docs/contributing/release-process.mdwith the v1.6.5 release-plumbing changes (#69–#73) so the runbook prose no longer contradicts the tooling.What changed
VersionConsistencyGuardTest. The runbook now states the README install snippets flip in the release commit (cut-release.ps1), enforced by the guard (README == pom).release.ymlon tag push; manualgh release createis the documented fallback.VersionConsistencyGuardTestto the §0.B pre-release guard suite; §0.D rewritten for the reactor.<graphcompose.version>property note.Skill sync (out of repo)
The
graphcompose-release-engineerskill was aligned in lockstep in both local copies (~/.claude+~/.codex), kept byte-identical. Not part of this PR — local config, not tracked.Test plan
CanonicalSurfaceGuardTest+DocumentationCoverageTestgreen (doc edits introduce no legacy tokens)