Skip to content

Commit bffaa57

Browse files
committed
chore: update changelog rule
1 parent 794f5e2 commit bffaa57

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,8 @@ suspend fun getData(): Result<Data> = withContext(Dispatchers.IO) {
240240

241241
### Changelog
242242

243-
- ALWAYS add an entry under `## [Unreleased]` in `CHANGELOG.md` for `feat:` and `fix:` PRs; skip for `chore:`, `ci:`, `refactor:`, `test:`, `docs:` unless the change is user-facing
243+
- ALWAYS add exactly ONE entry per PR under `## [Unreleased]` in `CHANGELOG.md` for `feat:` and `fix:` PRs; skip for `chore:`, `ci:`, `refactor:`, `test:`, `docs:` unless the change is user-facing
244+
- NEVER add multiple changelog lines for the same PR — summarize all changes in a single concise entry
244245
- USE standard Keep a Changelog categories: `### Added`, `### Changed`, `### Deprecated`, `### Removed`, `### Fixed`, `### Security`
245246
- ALWAYS append `#PR_NUMBER` at the end of each changelog entry when the PR number is known
246247
- ALWAYS place new entries at the top of their category section (newest first)

0 commit comments

Comments
 (0)