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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ mode: code
31
31
- Do not manually edit `src/README.md`; the extension bundle step copies root `README.md` into `src/README.md`.
32
32
- Check for stale upstream Roo Code wording that should now say Zoo Code.
33
33
34
-
6. Draft the release notes in a temporary changeset file at `.changeset/v[version].md`. Use this as the input to `pnpm changeset:version`; it will be consumed on the release branch before the PR is opened.
34
+
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.
35
35
36
36
```md
37
37
---
@@ -76,13 +76,13 @@ mode: code
76
76
pnpm changeset:version
77
77
```
78
78
79
-
- This should update `src/package.json`, `CHANGELOG.md`, and `src/CHANGELOG.md`, then consume the temporary `.changeset` file.
79
+
- This should update `src/package.json`, `CHANGELOG.md`, and `src/CHANGELOG.md`, then consume the `.changeset` file.
80
80
- Review the generated version and changelog before opening the PR.
81
81
82
82
11. Open a single release PR with the fully generated release state.
0 commit comments