Skip to content

Commit e141704

Browse files
authored
chore: update native loader during releases (#282)
1 parent 8426d7f commit e141704

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.agents/skills/release-rstack/SKILL.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,16 @@ If the version is missing, ask for it before making changes.
1919

2020
3. Create and switch to `release/v<version>` from the clean default-branch HEAD.
2121

22-
4. Update only the `version` field in `packages/rstack/package.json` to `<version>`.
22+
4. Update the `version` field in `packages/rstack/package.json` to `<version>`.
2323

24-
5. Review the diff and confirm it contains exactly the one version-field change above.
24+
5. Run `pnpm --filter rstack build:native` to regenerate `packages/rstack/binding.cjs` and `packages/rstack/binding.d.cts` for the new version. Do not edit generated binding files manually.
2525

26-
6. Create a commit with this exact message: `release: v<version>`.
26+
6. Review the diff and confirm it contains only the version-field change and regenerated binding files above.
2727

28-
7. Push the branch to `origin`. Recheck that the branch being pushed is `release/v<version>` and never push the default branch directly.
28+
7. Create a commit with this exact message: `release: v<version>`.
2929

30-
8. Create a pull request against the default branch. In Codex, use the GitHub connector/plugin; use another available GitHub workflow only when the connector is unavailable. Use `release: v<version>` as the PR title.
30+
8. Push the branch to `origin`. Recheck that the branch being pushed is `release/v<version>` and never push the default branch directly.
31+
32+
9. Create a pull request against the default branch. In Codex, use the GitHub connector/plugin; use another available GitHub workflow only when the connector is unavailable. Use `release: v<version>` as the PR title.
3133

3234
Return the pull request URL.

0 commit comments

Comments
 (0)