.roo/commands/release.md
gh release view --json tagName,targetCommitish,publishedAtgh pr list --state merged --base main --json number,title,author,url,mergedAt,closingIssuesReferences --limit 1000 -q '[.[] | select(.mergedAt > "TIMESTAMP") | {number, title, author: .author.login, url, mergedAt, issues: .closingIssuesReferences}] | sort_by(.number)'gh issue view ISSUE_NUMBER --json number,author -q '{number, reporter: .author.login}'---
"roo-cline": patch|minor|major
---
[list of changes]
releases/[version]-release.png
releases/template.png as the reference image for aspect ratio and kangaroo stylelatestAnnouncementId in src/core/webview/ClineProvider.ts)translate mode with detailed instructions of which content needs to be translated into all supported languages (The READMEs as well as the translation strings)git checkout -b release/v[version]git add . && git commit -m "chore: add changeset for v[version]" && git push origin release/v[version]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]