rultor icon indicating copy to clipboard operation
rultor copied to clipboard

Allow specification of release title in release command

Open carlosmiranda opened this issue 8 years ago • 6 comments

Right now, @rultor release command will create a release whose title is the same as the ticket description. Most of the time this doesn't make any sense.

For instance, the title of release 1.61.9 is "Rultor down again", because it was released from #1097 which had the same title:

image

It would have been more appropriate to call it something like, "Fixed Rultor memory issues". I propose that we be able to add an optional title to the release command:

@rultor release, tag=`0.61.9`, title=`Fixed Rultor memory issues`

Specifying the title would make Rultor use said title, otherwise it will default to the current behavior.

carlosmiranda avatar Jun 10 '16 00:06 carlosmiranda