-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Description
Github allows for automatically generated changelogs on a release: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#configuring-automatically-generated-release-notes
This is available through their CLI gh tool as --generate-release-notes. Looking at this repo a bit it seems like it uses the API so that has an option too: https://docs.github.com/en/rest/releases/releases#generate-release-notes-content-for-a-release
It would be awesome if this library had something similar, something maybe like
githubRelease {
repo("repo")
tagName(semver.versionTagName)
body(autoGenerated()) // <-- something like this
}I might be able to help with this contribution depending on if it's something that would be possible to do 👍
Metadata
Metadata
Assignees
Labels
No labels