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: .roo/commands/release.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ argument-hint: patch | minor | major
16
16
[list of changes]
17
17
```
18
18
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)"
22
22
- Provide brief descriptions of each item to explain the change
23
23
- Order the list from most important to least important
24
24
- 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 #789by @prAuthor)"
26
+
- Without issue: "- Add support for Gemini 2.5 Pro caching (PR #789 by @contributor)"
27
27
- 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.
28
28
29
29
6. If the generate_image tool is available, create a release image at `releases/[version]-release.png`
0 commit comments