yegor256/rultor

Allow specification of release title in release command

Open

#1,111 opened on Jun 10, 2016

View on GitHub
 (6 comments) (0 reactions) (0 assignees)Java (165 forks)github user discovery
bugenhancementhelp wanted

Repository metrics

Stars
 (575 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide