Skip to content

Commit 0c2d171

Browse files
committed
chore: drop release image references
1 parent 7384846 commit 0c2d171

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
@@ -48,29 +48,20 @@ mode: code
4848
- Order the list from most important to least important.
4949
- Include every PR in the release window. Count the PRs and cross-reference the list before continuing.
5050
51-
7. If an image generation tool is available, create a release image at `releases/[version]-release.png`.
52-
53-
- The image should relate to the main release highlight and fit the existing release-image style.
54-
- Add the generated image to `.changeset/v[version].md` before the list of changes:
55-
56-
```md
57-
![X.Y.Z Release - Description](/releases/X.Y.Z-release.png)
58-
```
59-
60-
8. For a major or minor release:
51+
7. For a major or minor release:
6152
6253
- Ask the user what three areas should be highlighted.
6354
- 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`.
6455
- Ask the user to confirm the English announcement before proceeding.
6556
- Arrange translation updates for all supported locales affected by README, announcement, or package localization changes.
6657
67-
9. Create the release branch:
58+
8. Create the release branch:
6859
6960
```bash
7061
git checkout -b release/v[version]
7162
```
7263
73-
10. Generate the final release state on that branch:
64+
9. Generate the final release state on that branch:
7465
7566
```bash
7667
pnpm changeset:version
@@ -79,23 +70,23 @@ mode: code
7970
- This should update `src/package.json`, `CHANGELOG.md`, and `src/CHANGELOG.md`, then consume the `.changeset` file.
8071
- Review the generated version and changelog before opening the PR.
8172
82-
11. Open a single release PR with the fully generated release state.
73+
10. Open a single release PR with the fully generated release state.
8374
8475
```bash
8576
git add CHANGELOG.md src/CHANGELOG.md src/package.json README.md locales/*/README.md src/package.nls*.json
8677
# If generated or updated:
87-
git add releases/[version]-release.png webview-ui/src/components/chat/Announcement.tsx src/core/webview/ClineProvider.ts
78+
git add webview-ui/src/components/chat/Announcement.tsx src/core/webview/ClineProvider.ts
8879
git commit -m "chore: prepare v[version] release"
8980
git push origin release/v[version]
90-
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]
81+
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]
9182
```
9283
9384
- There is no separate version-bump PR in this flow.
9485
- The release PR should already contain the final version number and generated changelog updates.
9586
- If the release includes translated README or package-localization updates, include those files in the same PR.
9687
- Let the release validation workflow and normal PR checks run before merge.
9788
98-
12. After the release PR is merged, stop for a release review on the resulting `main` commit.
89+
11. After the release PR is merged, stop for a release review on the resulting `main` commit.
9990
10091
```bash
10192
git switch main
@@ -110,7 +101,7 @@ mode: code
110101
- Share that review summary, including `REVIEWED_SHA`, with the user and wait for explicit confirmation before creating the tag.
111102
- Do not create the tag or trigger publishing until the user says to proceed.
112103
113-
13. Only after explicit confirmation, create the release tag on that reviewed `main` commit:
104+
12. Only after explicit confirmation, create the release tag on that reviewed `main` commit:
114105
115106
```bash
116107
git tag v[version] "$REVIEWED_SHA"
@@ -119,7 +110,7 @@ mode: code
119110
120111
- If `main` advances after the review pause, keep using the pinned `REVIEWED_SHA` for the tag instead of silently tagging a newer commit.
121112
122-
14. The stable publish workflow runs from the `v[version]` tag.
113+
13. The stable publish workflow runs from the `v[version]` tag.
123114
124115
- Do not create the tag before the release PR is merged.
125116
- 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)