tcnksm / ghr

Upload multiple artifacts to GitHub Release in parallel
http://tcnksm.github.io/ghr/
MIT License
1.23k stars 80 forks source link

Update go-github to support generate-notes #137

Closed neilgierman closed 2 years ago

neilgierman commented 2 years ago

GitHub supports automatically generating the notes of a Release based on the format defined in .github/release.yml. Releases of go-github starting with v39.2.0 support this property. It would be nice if we could have a bool flag to ghr to support the generation of the notes, however ghr would need a pretty big bump of go-github to pull in that release to support that functionality.

Ref: https://docs.github.com/en/rest/releases/releases#create-a-release Ref: https://pkg.go.dev/github.com/google/go-github/v39@v39.2.0/github#RepositoryRelease Ref: https://github.com/google/go-github/pull/2114

neilgierman commented 2 years ago

Resolved with PR138