Skip to content

Commit 40f2267

Browse files
committed
review fixes
1 parent 5f5117a commit 40f2267

20 files changed

Lines changed: 31 additions & 40 deletions

File tree

.roo/commands/release.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,9 @@ mode: code
3636
- Do not manually edit `src/README.md`; the extension bundle step copies root `README.md` into `src/README.md`.
3737
- Check for stale upstream Roo Code wording that should now say Zoo Code.
3838

39-
6. Create the release notes as a changeset file at `.changeset/v[version].md`, then run `pnpm changeset:version` on the release branch before opening the PR.
40-
41-
```md
42-
---
43-
"zoo-code": patch|minor|major
44-
---
45-
46-
[list of changes]
47-
```
39+
6. Write the release notes directly into `CHANGELOG.md` on the release branch.
4840

41+
- Use the heading format `## [version]` (with square brackets) — e.g. `## [3.58.1]`. The publish workflow at `.github/workflows/marketplace-publish.yml` extracts release notes by matching this exact pattern; headings without brackets will be missed and the GitHub release will fall back to a generic message.
4942
- Always include contributor attribution and the PR number: use `(PR #<prNumber> by @username)`.
5043
- For PRs that close issues, include both issue and PR authors: `- Fix: Description (#123 by @reporter, PR #456 by @contributor)`.
5144
- For PRs without linked issues, include the PR number and author: `- Add support for feature (PR #456 by @contributor)`.
@@ -67,13 +60,10 @@ mode: code
6760
git checkout -b release/v[version]
6861
```
6962
70-
9. Generate the final release state on that branch:
71-
72-
```bash
73-
pnpm changeset:version
74-
```
63+
9. Bump the version in `src/package.json` to the target release version and ensure `CHANGELOG.md` and `src/CHANGELOG.md` are up to date.
7564
76-
- This should update `src/package.json`, `CHANGELOG.md`, and `src/CHANGELOG.md`, then consume the `.changeset` file.
65+
- Verify the `CHANGELOG.md` heading uses `## [version]` (with brackets).
66+
- Copy or sync `CHANGELOG.md` to `src/CHANGELOG.md` if the project keeps both.
7767
- Review the generated version and changelog before opening the PR.
7868
7969
10. Open a single release PR with the fully generated release state.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zoo Code Changelog
22

3-
## 3.58.1
3+
## [3.58.1]
44

55
### Patch Changes
66

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
You can find a quick guide for migrating from Roo Code to Zoo Code in the [Roo→Zoo migration guide](https://docs.zoocode.dev/roo-to-zoo-migration). We plan to try and help users as they transition over, we have our [Reddit](https://www.reddit.com/r/ZooCode) and [Discord](https://discord.gg/VxfP4Vx3gX)
5454
for this exact support, so if you are having problems or if you have question, jump on and ask.
5555

56-
## What's New in v3.58.1
56+
## What's New in v3.58.0
5757

5858
- **Zoo Gateway** — connect through a managed gateway with multi-profile auth support
5959
- **Gemini 3.5 Flash** — a fast, capable Google model now available from your provider settings
@@ -65,7 +65,6 @@ for this exact support, so if you are having problems or if you have question, j
6565
- Fix React crash from malformed follow-up suggestion mode
6666
- Fix OpenAI temperature being omitted when no custom value is set
6767
- Handle per-key failures during settings import
68-
- Fix: Remove unsupported `--no-absolute-filenames` tar argument (#491 by @kazenshi, PR #492 by @kazenshi)
6968
- Security updates: mermaid v11.15.0, axios v1.16.0
7069

7170
<details>
@@ -81,14 +80,16 @@ for this exact support, so if you are having problems or if you have question, j
8180
- [Italiano](locales/it/README.md)
8281
- [日本語](locales/ja/README.md)
8382
- [한국어](locales/ko/README.md)
84-
- Security updates: mermaid v11.15.0, axios v1.16.0
85-
86-
<details>
87-
@@ -89,7 +90,7 @@ for this exact support, so if you are having problems or if you have question, j
83+
- [Nederlands](locales/nl/README.md)
84+
- [Polski](locales/pl/README.md)
85+
- [Português (BR)](locales/pt-BR/README.md)
86+
- [Русский](locales/ru/README.md)
87+
- [Türkçe](locales/tr/README.md)
88+
- [Tiếng Việt](locales/vi/README.md)
8889
- [简体中文](locales/zh-CN/README.md)
8990
- [繁體中文](locales/zh-TW/README.md)
9091
- ...
91-
</details>
92+
</details>
9293

9394
---
9495

locales/ca/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/de/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/es/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/fr/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/hi/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/id/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/it/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)