Skip to content

Commit bcf18ed

Browse files
committed
changelog ci tweaks
1 parent 9a2482a commit bcf18ed

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.opencode/command/changelog.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@ create UPCOMING_CHANGELOG.md
77
it should have sections
88

99
```
10-
# TUI
10+
## TUI
1111
12-
# Desktop
12+
## Desktop
1313
14-
# Core
14+
## Core
1515
16-
# Misc
16+
## Misc
1717
```
1818

19-
go through each PR merged since the last tag
19+
fetch the latest github release for this repository to determine the last release version.
20+
21+
find each PR that was merged since the last release
2022

2123
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.

0 commit comments

Comments
 (0)