Skip to content

Commit 8d14e90

Browse files
docs: include PR numbers in release guide (#9236)
1 parent 5069ce9 commit 8d14e90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.roo/commands/release.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ argument-hint: patch | minor | major
1616
[list of changes]
1717
```
1818

19-
- Always include contributor attribution using format: (thanks @username!)
20-
- For PRs that close issues, also include the issue number and reporter: "- Fix: Description (#123 by @reporter, PR by @contributor)"
21-
- For PRs without linked issues, use the standard format: "- Add support for feature (thanks @contributor!)"
19+
- Always include contributor attribution and the PR number: use "(PR #<prNumber> by @username)".
20+
- For PRs that close issues, include both the issue number and the PR number and authors: "- Fix: Description (#123 by @reporter, PR #456 by @contributor)"
21+
- For PRs without linked issues, include the PR number and author: "- Add support for feature (PR #456 by @contributor)"
2222
- Provide brief descriptions of each item to explain the change
2323
- Order the list from most important to least important
2424
- Example formats:
25-
- With issue: "- Fix: Resolve memory leak in extension (#456 by @issueReporter, PR by @prAuthor)"
26-
- Without issue: "- Add support for Gemini 2.5 Pro caching (thanks @contributor!)"
25+
- With issue: "- Fix: Resolve memory leak in extension (#456 by @issueReporter, PR #789 by @prAuthor)"
26+
- Without issue: "- Add support for Gemini 2.5 Pro caching (PR #789 by @contributor)"
2727
- CRITICAL: Include EVERY SINGLE PR in the changeset - don't assume you know which ones are important. Count the total PRs to verify completeness and cross-reference the list to ensure nothing is missed.
2828

2929
6. If the generate_image tool is available, create a release image at `releases/[version]-release.png`

0 commit comments

Comments
 (0)