yegor256/rultor

Allow specification of release title in release command

開放

#1,111 建立於 2016年6月10日

 (6 則留言) (0 個反應) (0 位負責人)Java (165 個分叉)github user discovery
bugenhancementhelp wanted

倉庫指標

星標
 (575 顆星)
PR 合併指標
 (平均合併 3天 20小時) (30 天內合併 11 個 PR)

描述

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.

貢獻者指南