https://github.com/spenserblack/gh-release-tag
Generate release notes in your tag message
https://github.com/spenserblack/gh-release-tag
gh-extension release
Last synced: about 1 month ago
JSON representation
Generate release notes in your tag message
- Host: GitHub
- URL: https://github.com/spenserblack/gh-release-tag
- Owner: spenserblack
- License: mit
- Created: 2023-03-20T17:52:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T11:48:33.000Z (8 months ago)
- Last Synced: 2025-03-08T18:13:11.886Z (about 2 months ago)
- Topics: gh-extension, release
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-release-tag
[](https://github.com/spenserblack/gh-release-tag/actions/workflows/ci.yml)
Generate release notes in your tag message
Pairs well with my [tag-to-release action][actions-tag-to-release].
## Installation
```shell
gh extension install spenserblack/gh-release-tag
```## How it works
This calls the GitHub API to generate release notes. However, instead
of creating a release, this creates a *tag* using the generated release
notes. This uses `git tag --cleanup=verbatim` to preserve all text
in the release notes, instead of treating some of it as commentary to
be trimmed.[actions-tag-to-release]: https://github.com/spenserblack/actions-tag-to-release