concourse / github-release-resource

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

Feature Request: Add "Generate release notes" option when creating a release #117

Closed jessematlock closed 2 years ago

jessematlock commented 2 years ago

Add an option to use Github's automatic release notes feature when creating a release.

https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes

- put: gh-release
  params:
    name: path/to/name/file
    tag: path/to/tag/file
    body: path/to/body/file
    drafts: true
    generate_release_notes: true

Notes: