We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfdc50 commit d822c0eCopy full SHA for d822c0e
1 file changed
AGENTS/release.md
@@ -18,6 +18,10 @@ Suggested guidance to give users:
18
- Create and push the tag:
19
- `git tag v0.1.0`
20
- `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 -`
25
26
## Required GitHub secrets (release signing)
27
0 commit comments