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: .codex/skills/github-release-notes/SKILL.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,10 @@ Generate release notes from a user-selected set of commits. Keep the output conc
10
10
## Workflow
11
11
12
12
1. Determine the exact commits to include.
13
-
2. Run `scripts/collect_commits.py` with the selected SHAs or ranges.
14
-
3. Read the emitted commit list or JSON payload.
15
-
4. Write release notes in this structure unless the user asks for another format:
13
+
2. If the user gives a start and end commit and expects both included, convert that into an inclusive Git range before collecting commits. Prefer `start^..end` for a closed interval `[start, end]`.
14
+
3. Run `scripts/collect_commits.py` with the selected SHAs or ranges.
15
+
4. Read the emitted commit list or JSON payload.
16
+
5. Write release notes in this structure unless the user asks for another format:
0 commit comments