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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,15 @@ argument-hint: patch | minor | major
26
26
- Without issue: "- Add support for Gemini 2.5 Pro caching (thanks @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
-
6. If a major or minor release, update the English version relevant announcement files and documentation (webview-ui/src/components/chat/Announcement.tsx, README.md, and the `latestAnnouncementId` in src/core/webview/ClineProvider.ts)
30
-
7. Ask the user to confirm the English version
31
-
8. Use the new_task tool to create a subtask in `translate` mode with detailed instructions of which content needs to be translated into all supported languages
32
-
9. Create a new branch for the release preparation: `git checkout -b release/v[version]`
33
-
10. Commit and push the changeset file and any documentation updates to the repository: `git add . && git commit -m "chore: add changeset for v[version]" && git push origin release/v[version]`
34
-
11. Create a pull request for the release: `gh pr create --title "Release v[version]" --body "Release preparation for v[version]. This PR includes the changeset and any necessary documentation updates." --base main --head release/v[version]`
35
-
12. The GitHub Actions workflow will automatically:
29
+
6. If a major or minor release:
30
+
- Ask the user what the three most important areas to highlight are in the release
31
+
- Update the English version relevant announcement files and documentation (webview-ui/src/components/chat/Announcement.tsx, README.md, and the `latestAnnouncementId` in src/core/webview/ClineProvider.ts)
32
+
- Ask the user to confirm that the English version looks good to them before proceeding
33
+
- Use the new_task tool to create a subtask in `translate` mode with detailed instructions of which content needs to be translated into all supported languages (The READMEs as well as the translation strings)
34
+
7. Create a new branch for the release preparation: `git checkout -b release/v[version]`
35
+
8. Commit and push the changeset file and any documentation updates to the repository: `git add . && git commit -m "chore: add changeset for v[version]" && git push origin release/v[version]`
36
+
9. Create a pull request for the release: `gh pr create --title "Release v[version]" --body "Release preparation for v[version]. This PR includes the changeset and any necessary documentation updates." --base main --head release/v[version]`
37
+
10. The GitHub Actions workflow will automatically:
36
38
- Create a version bump PR when changesets are merged to main
37
39
- Update the CHANGELOG.md with proper formatting
38
40
- Publish the release when the version bump PR is merged
Copy file name to clipboardExpand all lines: README.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
@@ -49,13 +49,13 @@ Check out the [CHANGELOG](CHANGELOG.md) for detailed updates and fixes.
49
49
50
50
---
51
51
52
-
## 🎉 Roo Code 3.24 Released
52
+
## 🎉 Roo Code 3.25 Released
53
53
54
-
Roo Code 3.24 brings powerful new features and significant improvements to enhance your development workflow!
54
+
Roo Code 3.25 brings powerful new features and significant improvements to enhance your development workflow!
55
55
56
-
-**Hugging Face Provider** - Access tons of great open source models directly through the new Hugging Face provider with seamless integration and model selection.
57
-
-**Inline Command Controls** - New auto-approve and deny controls for command execution give you precise control over terminal operations with customizable permissions.
58
-
-**AGENTS.md Rules Support** - Adds support for a community standard AGENTS.md file in the root of the project.
56
+
-**Message Queueing** - Queue multiple messages while Roo is working, allowing you to continue planning your workflow without interruption.
57
+
-**Custom Slash Commands** - Create personalized slash commands for quick access to frequently used prompts and workflows, with full UI management.
58
+
-**Enhanced Gemini Tools** - New URL context and Google Search grounding capabilities provide Gemini models with real-time web information and enhanced research abilities.
0 commit comments