diff options
| author | Dax Raad <[email protected]> | 2026-03-26 11:13:13 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2026-03-26 11:13:13 -0400 |
| commit | bcf18edde4fe835b8e064e36f019e947429a9178 (patch) | |
| tree | a6144c4daf3fd44f87bf5999d1bfbbca52787dc8 /.opencode/command | |
| parent | 9a2482ac09c03d32d9331a84b8b8bd137301ead0 (diff) | |
| download | opencode-bcf18edde4fe835b8e064e36f019e947429a9178.tar.gz opencode-bcf18edde4fe835b8e064e36f019e947429a9178.zip | |
changelog ci tweaks
Diffstat (limited to '.opencode/command')
| -rw-r--r-- | .opencode/command/changelog.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.opencode/command/changelog.md b/.opencode/command/changelog.md index 85dbf9b97..271e7eba1 100644 --- a/.opencode/command/changelog.md +++ b/.opencode/command/changelog.md @@ -7,15 +7,17 @@ create UPCOMING_CHANGELOG.md it should have sections ``` -# TUI +## TUI -# Desktop +## Desktop -# Core +## Core -# Misc +## Misc ``` -go through each PR merged since the last tag +fetch the latest github release for this repository to determine the last release version. + +find each PR that was merged since the last release for each PR spawn a subagent to summarize what the PR was about. focus on user facing changes. if it was entirely internal or code related you can ignore it. also skip docs updates. each subagent should append its summary to UPCOMING_CHANGELOG.md into the appropriate section. |
