diff options
author | digitalcraftsman <[email protected]> | 2021-06-25 21:14:11 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-25 21:14:11 +0200 |
commit | b2eaf4c8c2e31aa1c1bc4a2c0061f661e01d2de1 (patch) | |
tree | df3a9d8d1f596cf932af61da33f2b5c7454ebb26 /releaser | |
parent | efb6ee6c1cf10e99bcde94a27ffb7984d9fcdc1f (diff) | |
download | hugo-b2eaf4c8c2e31aa1c1bc4a2c0061f661e01d2de1.tar.gz hugo-b2eaf4c8c2e31aa1c1bc4a2c0061f661e01d2de1.zip |
Remove credit from release notes
Diffstat (limited to 'releaser')
-rw-r--r-- | releaser/releasenotes_writer.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/releaser/releasenotes_writer.go b/releaser/releasenotes_writer.go index b283705b8..ff8d00a6c 100644 --- a/releaser/releasenotes_writer.go +++ b/releaser/releasenotes_writer.go @@ -59,7 +59,6 @@ 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. {{ 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**. |