Skip to content

Commit 1a86ab4

Browse files
roomoteedelauna
authored andcommitted
chore: drop release image references
1 parent c766146 commit 1a86ab4

3 files changed

Lines changed: 9 additions & 19 deletions

File tree

.roo/commands/release.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -53,29 +53,20 @@ mode: code
5353
- Order the list from most important to least important.
5454
- Include every PR in the release window. Count the PRs and cross-reference the list before continuing.
5555
56-
7. If an image generation tool is available, create a release image at `releases/[version]-release.png`.
57-
58-
- The image should relate to the main release highlight and fit the existing release-image style.
59-
- Add the generated image to `.changeset/v[version].md` before the list of changes:
60-
61-
```md
62-
![X.Y.Z Release - Description](/releases/X.Y.Z-release.png)
63-
```
64-
65-
8. For a major or minor release:
56+
7. For a major or minor release:
6657
6758
- Ask the user what three areas should be highlighted.
6859
- Update relevant announcement files and documentation, including `webview-ui/src/components/chat/Announcement.tsx`, `README.md`, and the `latestAnnouncementId` in `src/core/webview/ClineProvider.ts`.
6960
- Ask the user to confirm the English announcement before proceeding.
7061
- Arrange translation updates for all supported locales affected by README, announcement, or package localization changes.
7162
72-
9. Create the release branch:
63+
8. Create the release branch:
7364
7465
```bash
7566
git checkout -b release/v[version]
7667
```
7768
78-
10. Generate the final release state on that branch:
69+
9. Generate the final release state on that branch:
7970
8071
```bash
8172
pnpm changeset:version
@@ -84,23 +75,23 @@ mode: code
8475
- This should update `src/package.json`, `CHANGELOG.md`, and `src/CHANGELOG.md`, then consume the `.changeset` file.
8576
- Review the generated version and changelog before opening the PR.
8677
87-
11. Open a single release PR with the fully generated release state.
78+
10. Open a single release PR with the fully generated release state.
8879
8980
```bash
9081
git add CHANGELOG.md src/CHANGELOG.md src/package.json README.md locales/*/README.md src/package.nls*.json
9182
# If generated or updated:
92-
git add releases/[version]-release.png webview-ui/src/components/chat/Announcement.tsx src/core/webview/ClineProvider.ts
83+
git add webview-ui/src/components/chat/Announcement.tsx src/core/webview/ClineProvider.ts
9384
git commit -m "chore: prepare v[version] release"
9485
git push origin release/v[version]
95-
gh pr create --title "Release v[version]" --body "Release preparation for v[version]. This PR includes the final version bump, changelog updates, Marketplace README updates, and any release assets or announcement changes." --base main --head release/v[version]
86+
gh pr create --title "Release v[version]" --body "Release preparation for v[version]. This PR includes the final version bump, changelog updates, Marketplace README updates, and any announcement changes." --base main --head release/v[version]
9687
```
9788
9889
- There is no separate version-bump PR in this flow.
9990
- The release PR should already contain the final version number and generated changelog updates.
10091
- If the release includes translated README or package-localization updates, include those files in the same PR.
10192
- Let the release validation workflow and normal PR checks run before merge.
10293
103-
12. After the release PR is merged, stop for a release review on the resulting `main` commit.
94+
11. After the release PR is merged, stop for a release review on the resulting `main` commit.
10495
10596
```bash
10697
git switch main
@@ -115,7 +106,7 @@ mode: code
115106
- Share that review summary, including `REVIEWED_SHA`, with the user and wait for explicit confirmation before creating the tag.
116107
- Do not create the tag or trigger publishing until the user says to proceed.
117108
118-
13. Only after explicit confirmation, create the release tag on that reviewed `main` commit:
109+
12. Only after explicit confirmation, create the release tag on that reviewed `main` commit:
119110
120111
```bash
121112
git tag v[version] "$REVIEWED_SHA"
@@ -124,7 +115,7 @@ mode: code
124115
125116
- If `main` advances after the review pause, keep using the pinned `REVIEWED_SHA` for the tag instead of silently tagging a newer commit.
126117
127-
14. The stable publish workflow runs from the `v[version]` tag.
118+
13. The stable publish workflow runs from the `v[version]` tag.
128119
129120
- Do not create the tag before the release PR is merged.
130121
- The publish workflow validates that the tag version matches `src/package.json`.

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
### Patch Changes
66

7-
- ![3.55.1 Release - VS Code 1.122 ripgrep hotfix](/releases/3.55.1-release.png)
87
- Fix API requests hanging indefinitely on VS Code 1.122.0+ when Zoo Code could not find the bundled ripgrep binary after the `@vscode/ripgrep-universal` rename (#381 by @greatgradz-svg, PR #248 by @0xMink).
98

109
All notable changes to Zoo Code will be documented in this file.

releases/3.55.1-release.png

-860 KB
Binary file not shown.

0 commit comments

Comments
 (0)