Skip to content

Commit 10e0eff

Browse files
committed
docs(claude): add CHANGELOG update requirement to pre-push checklist
1 parent 514e003 commit 10e0eff

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
@@ -108,6 +108,11 @@ quantumvalidator --version
108108
quantumvalidator --help
109109
```
110110

111+
Before pushing, update **CHANGELOG.md**: add your changes under `## [Unreleased]`
112+
using the standard sections (`### Added`, `### Changed`, `### Fixed`, `### Removed`).
113+
When bumping the version, move unreleased items to a new `## [x.y.z] — YYYY-MM-DD`
114+
section and update the comparison links at the bottom of `CHANGELOG.md`.
115+
111116
## Version Bumping
112117

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

0 commit comments

Comments
 (0)