summaryrefslogtreecommitdiffstats
path: root/releaser
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2021-09-23 14:02:00 +0200
committerGitHub <noreply@github.com>2021-09-23 14:02:00 +0200
commitfab1e43de59f3a7596ab23347387d846139bc3a3 (patch)
tree8d673bf3f115f3f945fbb10fd90d86cfaf772e16 /releaser
parente03f82eef2679ec8963894d0b911363eef40941a (diff)
Revert "Remove credit from release notes"
Diffstat (limited to 'releaser')
-rw-r--r--releaser/releasenotes_writer.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/releaser/releasenotes_writer.go b/releaser/releasenotes_writer.go
index 175c342e2..eee9501e5 100644
--- a/releaser/releasenotes_writer.go
+++ b/releaser/releasenotes_writer.go
@@ -59,6 +59,7 @@ This release represents **{{ len .All }} contributions by {{ len $contribsPerAut
{{- $u3 := index $contribsPerAuthor 2 -}}
{{- $u4 := index $contribsPerAuthor 3 -}}
{{- $u1.AuthorLink }} leads the Hugo development with a significant amount of contributions, but also a big shoutout to {{ $u2.AuthorLink }}, {{ $u3.AuthorLink }}, and {{ $u4.AuthorLink }} for their ongoing contributions.
+And thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his ongoing work on keeping the themes site in pristine condition.
{{ end }}
Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs),
which has received **{{ len .Docs }} contributions by {{ len $docsContribsPerAuthor }} contributors**.