Skip to content

Commit 2b7dd7c

Browse files
committed
docs(claude): add CHANGELOG update requirement to pre-push checklist
1 parent fc50c57 commit 2b7dd7c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ ruff check headersvalidator/
9696

9797
Fix any F401 (unused import) or other errors before committing.
9898

99+
Before pushing, update **CHANGELOG.md**: add your changes under `## [Unreleased]`
100+
using the standard sections (`### Added`, `### Changed`, `### Fixed`, `### Removed`).
101+
When bumping the version, move unreleased items to a new `## [x.y.z] — YYYY-MM-DD`
102+
section and update the comparison links at the bottom of `CHANGELOG.md`.
103+
99104
## Version Bumping
100105

101106
When committing a set of changes, bump the version using semver:

0 commit comments

Comments
 (0)