diff options
| author | Shoubhit Dash <[email protected]> | 2026-05-03 19:18:26 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-05-03 13:48:26 +0000 |
| commit | 0a7d02c87cea5092f34aafba846d136870ac27bc (patch) | |
| tree | 56e193637a164c11c5d857dcca0d278125f57374 /.opencode/command | |
| parent | e77867ef058f2e0fde159c5d6fb6b2e575f9f7a7 (diff) | |
| download | opencode-0a7d02c87cea5092f34aafba846d136870ac27bc.tar.gz opencode-0a7d02c87cea5092f34aafba846d136870ac27bc.zip | |
feat: group changelog bugfixes (#25597)
Diffstat (limited to '.opencode/command')
| -rw-r--r-- | .opencode/command/changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.opencode/command/changelog.md b/.opencode/command/changelog.md index 4cd30a704..b28d963d0 100644 --- a/.opencode/command/changelog.md +++ b/.opencode/command/changelog.md @@ -18,9 +18,12 @@ Do not use `git log` or author metadata when deciding attribution. Rules: -- Write the final file with sections in this order: +- Write the final file with release sections in this order: `## Core`, `## TUI`, `## Desktop`, `## SDK`, `## Extensions` - Only include sections that have at least one notable entry +- Within each release section, keep bug fixes grouped under `### Bugfixes` +- Keep other notable entries under `### Improvements` when a section has bug fixes too +- Omit empty subsections - Keep one bullet per commit you keep - Skip commits that are entirely internal, CI, tests, refactors, or otherwise not user-facing - Start each bullet with a capital letter |
