Skip to content

Commit d822c0e

Browse files
committed
Document: wait for tag CI run, not branch run
1 parent cbfdc50 commit d822c0e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

AGENTS/release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Suggested guidance to give users:
1818
- Create and push the tag:
1919
- `git tag v0.1.0`
2020
- `git push origin main --tags`
21+
- Wait for the **tag** CI run (not the branch run). Both trigger, but only the
22+
tag run (`refs/tags/v*`) creates the GitHub Release. Use `gh run list` and
23+
look for the run with the tag ref (e.g., `v0.1.0`), then `gh run watch <id>`.
24+
- After CI completes, update release notes: `gh release edit v0.1.0 --notes-file -`
2125

2226
## Required GitHub secrets (release signing)
2327

0 commit comments

Comments
 (0)