Problem Statement
PRs adding user-visible behaviour don't enforce a CHANGELOG line.
Acceptance Criteria
- A PR CI step that diffs
src/lib.rs's public API surface and asserts
a corresponding CHANGELOG.md line is added.
Files/Modules Likely Affected
.github/workflows/ci.yml
scripts/check_changelog.sh
Difficulty Medium. Estimated Effort S.
Labels
area:ci, priority:medium
Imported from docs/open-issues-draft.md as draft issue #52 (commit 7becd4b). Original draft-order cross-references in this body have been remapped to current GitHub issue numbers at import time.
Problem Statement
PRs adding user-visible behaviour don't enforce a CHANGELOG line.
Acceptance Criteria
src/lib.rs's public API surface and assertsa corresponding
CHANGELOG.mdline is added.Files/Modules Likely Affected
.github/workflows/ci.ymlscripts/check_changelog.shDifficulty Medium. Estimated Effort S.
Labels
area:ci,priority:mediumImported from
docs/open-issues-draft.mdas draft issue #52 (commit7becd4b). Original draft-order cross-references in this body have been remapped to current GitHub issue numbers at import time.