github-api icon indicating copy to clipboard operation
github-api copied to clipboard

Add an option to generate release notes

Open aalmiray opened this issue 3 years ago • 6 comments

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

aalmiray avatar Aug 03 '22 18:08 aalmiray

I'm having a look at this one as it's something I would like to have too.

gsmet avatar Aug 04 '22 11:08 gsmet

FWIW I'm working on this from my own side (JReleaser). The impl is incompatible with hub4j 😅

aalmiray avatar Aug 04 '22 12:08 aalmiray

@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 avatar Aug 08 '22 16:08 bitwiseman

@bitwiseman I mean my impl is incompatible because it's based on OpenFeign.

aalmiray avatar Aug 08 '22 16:08 aalmiray

I have something in the works. I’ll try to finish it this week together with some other API stuff.

gsmet avatar Aug 08 '22 16:08 gsmet