Skip to content

Commit 7098e7b

Browse files
committed
docs: add reference to branch model and human release process in AGENTS.md
1 parent 7162c35 commit 7098e7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ Releases use [Changesets](https://github.com/changesets/changesets).
140140
- For any user-facing change, add a changeset: `yarn changeset` (or create a `.changeset/*.md` file with the bump level and summary).
141141
- **The maintainer runs the release flow**`yarn prepare-release` (runs `changeset version`, commits the bump, pushes `develop`, creates the `release/vX.Y.Z` branch, and opens the release PR).
142142
- Agents must **not** run `prepare-release` or `git push` to remote. Prepare locally only — create the changeset and commits — then hand off with the exact command (`yarn prepare-release`). Push/publish only if the maintainer explicitly asks this time.
143+
- Branch model and the full human release process: see `CONTRIBUTING.md`.

0 commit comments

Comments
 (0)