Skip to content

Generate release notes in your tag message

License

Notifications You must be signed in to change notification settings

spenserblack/gh-release-tag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gh-release-tag

CI

Generate release notes in your tag message

Pairs well with my tag-to-release action.

Installation

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.