diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-03-16 20:56:28 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2018-03-16 20:56:28 +0100 |
commit | 10fef32de6e6cf20f8054e9833b1ad09fba6d5cb (patch) | |
tree | a1324689b4a4c80e0e2a3328a908219d4b61b656 /releaser | |
parent | 70005364a245ea3bc59c74192e1f4c56cb6879cf (diff) | |
download | hugo-10fef32de6e6cf20f8054e9833b1ad09fba6d5cb.tar.gz hugo-10fef32de6e6cf20f8054e9833b1ad09fba6d5cb.zip |
releaser: Adjust the "thank you" 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 7356ede39..390760ee3 100644 --- a/releaser/releasenotes_writer.go +++ b/releaser/releasenotes_writer.go @@ -51,7 +51,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 as always a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the documentation and the themes site in pristine condition. +And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition and to [@kaushalmodi](https://github.com/kaushalmodi) for his great work on the documentation site. {{ end }} {{- if not $patchRelease }} Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), |