diff options
author | Bjørn Erik Pedersen <[email protected]> | 2020-05-31 12:46:18 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2020-05-31 12:46:18 +0200 |
commit | 4d53ae697e91b4d2c4c5cd5a5c3a26cb89a37a85 (patch) | |
tree | 24b0b11ba82a74f47635a4f0350e26119a7b7892 /releaser | |
parent | 626b16e0240f9f106ba89af58bfd15b48e4e644f (diff) | |
download | hugo-4d53ae697e91b4d2c4c5cd5a5c3a26cb89a37a85.tar.gz hugo-4d53ae697e91b4d2c4c5cd5a5c3a26cb89a37a85.zip |
releaser: Adjust the "thanks" section
Diffstat (limited to 'releaser')
-rw-r--r-- | releaser/releasenotes_writer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releaser/releasenotes_writer.go b/releaser/releasenotes_writer.go index 3709ff826..0184d895e 100644 --- a/releaser/releasenotes_writer.go +++ b/releaser/releasenotes_writer.go @@ -59,7 +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 a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site. +And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) and [@onedrawingperday](https://github.com/onedrawingperday) for their relentless work on keeping the themes site in pristine condition and to [@davidsneighbour](https://github.com/davidsneighbour), [@coliff](https://github.com/coliff) and [@kaushalmodi](https://github.com/kaushalmodi) for all the great work on the documentation site. {{ 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**. |