github-api
github-api copied to clipboard
Add an option to generate release notes
GitHub offers an option to generate release notes based on issues and PRs -> https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
The API call is described at https://docs.github.com/en/rest/releases/releases#generate-release-notes-content-for-a-release
I'm having a look at this one as it's something I would like to have too.
FWIW I'm working on this from my own side (JReleaser). The impl is incompatible with hub4j 😅
@aalmiray Do you mean your implementation is incompatible with hub4j or do you mean you think hub4j is incompatible with GitHub's API in this area?
@bitwiseman I mean my impl is incompatible because it's based on OpenFeign.
I have something in the works. I’ll try to finish it this week together with some other API stuff.