diff options
author | Bjørn Erik Pedersen <[email protected]> | 2018-09-14 23:25:54 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-14 23:25:54 +0200 |
commit | 4b82f74848836efbcf453c0122bd35555ee7517d (patch) | |
tree | 742bd6845cf3b3020fc7e833ae66b9d64675f085 /releaser | |
parent | 06976ebb8778e08fea89dbd9fcb875f6c8d650d4 (diff) | |
download | hugo-4b82f74848836efbcf453c0122bd35555ee7517d.tar.gz hugo-4b82f74848836efbcf453c0122bd35555ee7517d.zip |
Update releasenotes_writer.go
Add @onedrawingperday to the release credit list. The activity on the theme repo is increasing and the work he and @digitalcraftsman
is doing is very much appreciated.
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 06e621ff2..4c5dff6d6 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 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. +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 [@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), |