You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .opencode/command/changelog.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,17 @@ create UPCOMING_CHANGELOG.md
7
7
it should have sections
8
8
9
9
```
10
-
# TUI
10
+
## TUI
11
11
12
-
# Desktop
12
+
## Desktop
13
13
14
-
# Core
14
+
## Core
15
15
16
-
# Misc
16
+
## Misc
17
17
```
18
18
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
20
22
21
23
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