Problem Statement
The CHANGELOG is hand-maintained. Tag-driven deploys hint at version
practices but the actual bumps happen manually.
Why it matters
A bot PR per release is auditable, deterministic, and easy to amend.
Acceptance Criteria
Files/Modules Affected
.github/workflows/version-bump.yml (new)
Difficulty Medium. Estimated Effort M.
Labels
area:ci, area:dx, priority:medium
Imported from docs/open-issues-draft.md as draft issue #40 (commit 7becd4b). Original draft-order cross-references in this body have been remapped to current GitHub issue numbers at import time.
Problem Statement
The CHANGELOG is hand-maintained. Tag-driven deploys hint at version
practices but the actual bumps happen manually.
Why it matters
A bot PR per release is auditable, deterministic, and easy to amend.
Acceptance Criteria
updating
Cargo.tomlversion +CHANGELOG.md"Unreleased"section.
release.Files/Modules Affected
.github/workflows/version-bump.yml(new)Difficulty Medium. Estimated Effort M.
Labels
area:ci,area:dx,priority:mediumImported from
docs/open-issues-draft.mdas draft issue #40 (commit7becd4b). Original draft-order cross-references in this body have been remapped to current GitHub issue numbers at import time.