We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd8731 commit 8805493Copy full SHA for 8805493
1 file changed
AGENTS/release.md
@@ -21,7 +21,12 @@ Suggested guidance to give users:
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 -`
+- After CI completes, update release notes with a "What's New" section:
25
+ ```
26
+ gh release edit v0.1.0 --notes "## What's New
27
+
28
+ - **Feature name** - Brief description of the change."
29
30
31
## Required GitHub secrets (release signing)
32
0 commit comments