Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jessematlock opened this issue Jun 21, 2022 · 0 comments · Fixed by #119
Closed

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

jessematlock opened this issue Jun 21, 2022 · 0 comments · Fixed by #119

Comments

@jessematlock
Copy link

jessematlock commented Jun 21, 2022

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:

  • Would require updating go-github library. The generate release note option is available in v39.2.0
    • current version - github.com/google/go-github/v39 v39.0.0
    • upgrade version - github.com/google/go-github/v39 v39.2.0
  • Should default to false
@jessematlock jessematlock changed the title Feature Request: Add "Generate release notes" option when creating / updating a release Feature Request: Add "Generate release notes" option when creating a release Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant