Skip to content

Commit d17e783

Browse files
committed
docs: Update release prompt
1 parent 6ae34ee commit d17e783

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

.github/prompts/release.prompt.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,21 @@ Draft release notes and a CHANGELOG entry for oil.code {{VERSION}} comparing to
1010
- Commit message: `chore: Release {{VERSION}}`
1111
- Tag: `git tag v{{VERSION}}`
1212
- Push: `git push && git push origin v{{VERSION}}`
13-
- Create a GitHub Release with the title `v{{VERSION}}` and content matching the below example where what's changed included the content from what has been updated in the CHANGELOG.md and the Full Changelog shows the difference between the new tag and the previous tag:
13+
- Create a GitHub Release using the GitHub CLI with the title `v{{VERSION}}` and content matching the below example where what's changed included the content from what has been updated in the CHANGELOG.md and the Full Changelog shows the difference between the new tag and the previous tag:
1414

1515
```
1616
## What's Changed
1717
* docs: Add logo by @corwinm in https://github.com/corwinm/oil.code/pull/43
1818
1919
20+
**Full Changelog**: https://github.com/corwinm/oil.code/compare/v0.0.27...v0.0.28
21+
```
22+
23+
Example gh release command:
24+
```sh
25+
gh release create v0.0.28 --title "v0.0.28" --notes "## What's Changed
26+
* docs: Add logo by @corwinm in https://github.com/corwinm/oil.code/pull/43
27+
28+
2029
**Full Changelog**: https://github.com/corwinm/oil.code/compare/v0.0.27...v0.0.28
2130
```

0 commit comments

Comments
 (0)