mirror of
https://github.com/dlang/tools.git
synced 2025-04-26 13:10:36 +03:00
Merge pull request #365 from wilzbach/changelog
Contributors shortlink + Unify Nicholas in the contributors changelog merged-on-behalf-of: Vladimir Panteleev <CyberShadow@users.noreply.github.com>
This commit is contained in:
commit
654a9329d3
2 changed files with 5 additions and 1 deletions
2
.mailmap
2
.mailmap
|
@ -79,6 +79,8 @@ Nathan Sashihara <21227491+n8sh@users.noreply.github.com>
|
|||
Nathan Sashihara <21227491+n8sh@users.noreply.github.com> <nathan@n8mbp17.home>
|
||||
Nick Sabalausky <bus_github@semitwist.com>
|
||||
Nick Sabalausky <bus_github@semitwist.com> <Abscissa@users.noreply.github.com>
|
||||
Nicholas Wilson <iamthewilsonator@hotmail.com>
|
||||
Nicholas Wilson <iamthewilsonator@hotmail.com> <thewilsonator@users.noreply.github.com>
|
||||
Petar Kirov <petar.p.kirov@gmail.com> <petar.p.kirov@gmail.com>
|
||||
ponce <aliloko@gmail.com> <aliloko@gmail.com>
|
||||
Rainer Schuetze <r.sagitario@gmx.de> <r.sagitario@gmx.de>
|
||||
|
|
|
@ -507,7 +507,9 @@ Please supply a bugzilla version
|
|||
{
|
||||
auto changelog = changelogEntries > 0 ? "%d major change%s and".format(changelogEntries, changelogEntries > 1 ? "s" : "") : "";
|
||||
w.put("$(VER) comes with {changelogEntries} {bugzillaIssues} fixed Bugzilla issue{bugzillaIssuesPlural}.
|
||||
A huge thanks goes to the {nrContributors} contributor{nrContributorsPlural} who made $(VER) possible."
|
||||
A huge thanks goes to the
|
||||
$(LINK2 #contributors, {nrContributors} contributor{nrContributorsPlural})
|
||||
who made $(VER) possible."
|
||||
.replace("{bugzillaIssues}", bugzillaIssues.text)
|
||||
.replace("{bugzillaIssuesPlural}", bugzillaIssues != 1 ? "s" : "")
|
||||
.replace("{changelogEntries}", changelog)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue