Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions skills/cutting-releases/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ these from the changelog anyway.
Build the tag message:

- **Line 1 (subject):** The custom title from step 4, if one was given.
If no custom title, **omit the subject line** — start the annotation
body directly with the highlights. This avoids duplicating the version
in the release title.
- **Lines 3+:** Summary of highlights organized by category.
If no custom title, **line 1 must be blank** — GoReleaser reads the
first non-empty line as `.TagSubject` regardless of intent, so a blank
first line ensures the release title is just the tag with no suffix.
- **Lines 2+:** Summary of highlights organized by category.

```
git tag -a v0.X.0 -m "<message>"
Expand Down
Loading