From 096000dd80728dd5e7853f71db28ad7ed085282a Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sat, 16 Feb 2019 13:16:33 +0100 Subject: [PATCH 1/2] Add shortlink to the contributors --- changed.d | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changed.d b/changed.d index 81a9aa7..91f8192 100755 --- a/changed.d +++ b/changed.d @@ -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) From 22a51213b78211b1bbfbad372a39cab79abb1ba9 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sat, 16 Feb 2019 13:18:39 +0100 Subject: [PATCH 2/2] Unify Nicholas in the contributors changelog --- .mailmap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mailmap b/.mailmap index b8b702f..d385109 100644 --- a/.mailmap +++ b/.mailmap @@ -79,6 +79,8 @@ Nathan Sashihara <21227491+n8sh@users.noreply.github.com> Nathan Sashihara <21227491+n8sh@users.noreply.github.com> Nick Sabalausky Nick Sabalausky +Nicholas Wilson +Nicholas Wilson Petar Kirov ponce Rainer Schuetze