Release D 2.070.0

Martin Nowak via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Jan 27 17:42:43 PST 2016


On 01/27/2016 11:16 PM, Yazan D wrote:
> Thanks for all the work.
> 
> Looks like the changelog is missing some stuff. For example: https://
> issues.dlang.org/show_bug.cgi?id=15434 and https://issues.dlang.org/
> show_bug.cgi?id=15433.

The commit messages are parsed by quite a few tools to find bug fixes.
In order to automatically close bugzilla tickets, get a link from
dlang-bot, and appear on the changelog you should mention `fix Issues
15433` in the relevant commit.

The regex goes like this:

((close|fix|address)e?(s|d)? )?(ticket|bug|tracker item|issue)s?:? *([\d
,\+&#and]+)
https://github.com/github/github-services/blob/2e886f407696261bd5adfc99b16d36d5e7b50241/lib/services/bugzilla.rb#L155

-Martin


More information about the Digitalmars-d-announce mailing list