docs: add release checklist and reference it from AGENTS.md#271
Merged
Conversation
Add docs/release-checklist.md documenting the tag-triggered release process: version bump (default patch/"build"), CHANGELOG.md finalization, pyproject.toml + uv.lock re-lock, local quality gates, the release-prep PR, tagging the merge commit to trigger release.yml, and post-release verification. Add a "## Releasing" section to AGENTS.md pointing at it. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Adds a step-by-step release checklist for cutting Conductor releases and wires it into
AGENTS.md.docs/release-checklist.md(new) — documents the tag-triggered release flow, grounded inrelease.yml,pyproject.toml,uv.lock, theCHANGELOG.mdformat, and the last release-prep commit (chore(release): cut 0.1.19 changelog and bump copilot SDK floor to >=1.0.0 #261):CHANGELOG.md(Unreleased → versioned section + fresh Unreleased)versioninpyproject.toml(single source of truth viaimportlib.metadata)uv.lock(uv lock) — required so CI'suv export --frozendoesn't failchore(release): cut X.Y.ZPRrelease.yml, then verifying the workflow + GitHub ReleaseAGENTS.md— new## Releasingsection pointing at the checklist.Docs-only; no code changes.