axion-release-plugin icon indicating copy to clipboard operation
axion-release-plugin copied to clipboard

When releasing a new tag, include a message with the commit info

Open roschwartz79 opened this issue 3 years ago • 6 comments

When pushing a new tag, it's nice to see a short description added along with the tag. Even if it is just relaying the commit message that would be awesome. I'd like to note I am using the plugin in a CI environment, so maybe there's some extra configuration that could be added so it could be the users choice?

What the tags look like: image

What I think would be helpful (roughly) image

roschwartz79 avatar May 03 '22 20:05 roschwartz79

Hi, axion-release-plugin only creates git tags. If you want a nice message and release notes you need to use github releases (https://github.com/allegro/axion-release-plugin/releases) ;)

bgalek avatar May 04 '22 22:05 bgalek

Hi, axion-release-plugin only creates git tags. If you want a nice message and release notes you need to use github releases (https://github.com/allegro/axion-release-plugin/releases) ;)

Sure, I know that's how you go about creating a nice release with all the notes, but can't you add a message with a tag too?

roschwartz79 avatar May 05 '22 01:05 roschwartz79

@bgalek I think I wasn't clear enough- I am looking to add annotations on my tags. However in the tests I noticed that annotations are always set to false. So maybe this isn't possible. But I would like to add annotations if that makes more sense!

roschwartz79 avatar May 09 '22 19:05 roschwartz79

Hm... We could provide an optional method/parameters to customize tag annotations. It would be backward compatible, care for a PR?

bgalek avatar May 09 '22 19:05 bgalek

That's what I was thinking. I've just recently gotten into developing gradle plugins so I'll give it a shot and see what I come up with!

roschwartz79 avatar May 09 '22 19:05 roschwartz79

@roschwartz79 hey there, have you been able to make some progress on this? this is a feature i would like to have

sreich avatar Feb 28 '23 18:02 sreich