Skip to content

docs: add release checklist and reference it from AGENTS.md - #271

Merged
Jason Robert (jrob5756) merged 1 commit into
mainfrom
docs/release-checklist
Jun 26, 2026
Merged

docs: add release checklist and reference it from AGENTS.md#271
Jason Robert (jrob5756) merged 1 commit into
mainfrom
docs/release-checklist

Conversation

@jrob5756

Copy link
Copy Markdown
Collaborator

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 in release.yml, pyproject.toml, uv.lock, the CHANGELOG.md format, and the last release-prep commit (chore(release): cut 0.1.19 changelog and bump copilot SDK floor to >=1.0.0 #261):
    • Versioning (SemVer; default = patch/"build" bump)
    • Finalizing CHANGELOG.md (Unreleased → versioned section + fresh Unreleased)
    • Bumping version in pyproject.toml (single source of truth via importlib.metadata)
    • Re-locking uv.lock (uv lock) — required so CI's uv export --frozen doesn't fail
    • Running local quality gates before tagging
    • Opening/merging the chore(release): cut X.Y.Z PR
    • Tagging the merge commit to trigger release.yml, then verifying the workflow + GitHub Release
    • Pre-release handling and rollback guidance
  • AGENTS.md — new ## Releasing section pointing at the checklist.

Docs-only; no code changes.

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>
@jrob5756
Jason Robert (jrob5756) merged commit 46ac798 into mainJun 26, 2026
9 checks passed
@jrob5756
Jason Robert (jrob5756) deleted the docs/release-checklist branch June 26, 2026 20:55
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jrob5756