shipkit / shipkit-changelog

Minimalistic Gradle plugin that generates changelog based on commit history and GitHub pull requests/issues
Apache License 2.0
68 stars 10 forks source link

Update release notes if tag exists #97

Closed mockitoguy closed 2 years ago

mockitoguy commented 3 years ago

Update release notes if tag already exists to better support teams that release on demand.

Implementation note: it should work for the case when someone pushed a tag via Git push (in this case the release does not exist but the tag exists) or when someone created GH release via UI (release exists, tag exists).

mockitoguy commented 3 years ago

@shestee, do you want to take a stab at this?

shestee commented 3 years ago

@shestee, do you want to take a stab at this?

Yes, I will do it. Thank you for asking!

mockitoguy commented 2 years ago

Sample project: https://github.com/mockitoguy/shipkit-demo