concourse / github-release-resource

a resource for github releases
Apache License 2.0
57 stars 58 forks source link

Allow release notes for a GitHub release to be autogenerated #119

Closed coro closed 2 years ago

coro commented 2 years ago

Add a parameter to the OutParams to enable GitHub to autogenerated release notes for newly-created releases.

Additional info

Note that this parameter has no effect on updated releases, only newly-created releases. This is a limitation of the GitHub API - see https://github.com/google/go-github/issues/2444 for more context.

This PR bumps the consumed version of github.com/google/go-github/v39 to v39.2.0.

Linked Issues

This closes #117 .