thomaseizinger / keep-a-changelog-new-release

Automatically update your CHANGELOG.md for a new release
MIT License
56 stars 38 forks source link

feature request: add a `release-notes` output to the action #27

Closed nbusseneau closed 3 months ago

nbusseneau commented 6 months ago

Hey, awesome action, been using it for years now 😄

I would find it very useful if the action was providing the rotated release notes as an output (https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#outputs-for-docker-container-and-javascript-actions).

This would allow feeding the release notes right into the GitHub Releases API when creating a new release, and avoid the need to set it up separately.

thomaseizinger commented 6 months ago

Sounds reasonable! PRs welcome :)

nbusseneau commented 4 months ago

Tried something at #28.