diff options
author | Joe Mooring <[email protected]> | 2021-03-24 20:54:58 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2021-04-15 21:15:20 +0200 |
commit | 6fc52d185a98b86c70b6ba862549cc6aae782691 (patch) | |
tree | 686ea77dfe95dfd17a533fc6b45c55a1ec94c4e0 /releaser | |
parent | 73c3ae818a7fc78febff092ac74772a114a2cbd2 (diff) | |
download | hugo-6fc52d185a98b86c70b6ba862549cc6aae782691.tar.gz hugo-6fc52d185a98b86c70b6ba862549cc6aae782691.zip |
Remove duplicate references from release notes
Closes #8360
Diffstat (limited to 'releaser')
-rw-r--r-- | releaser/releasenotes_writer.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/releaser/releasenotes_writer.go b/releaser/releasenotes_writer.go index 1dd910940..b283705b8 100644 --- a/releaser/releasenotes_writer.go +++ b/releaser/releasenotes_writer.go @@ -59,9 +59,9 @@ 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) for his 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. +And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless 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), +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**. {{- if gt (len $docsContribsPerAuthor) 3 -}} {{- $u1 := index $docsContribsPerAuthor 0 -}} |