releaser: Add release notes to /docs for release of 0.86.1 - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f6821b88abbc1237af0e28cefbc624e6cda3305a
 (DIR) parent 580d320a66cd4d1bc7b5a310a0dc5f0ff5b62f09
 (HTM) Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
       Date:   Fri, 30 Jul 2021 10:13:32 +0000
       
       releaser: Add release notes to /docs for release of 0.86.1
       
       [ci skip]
       
       Diffstat:
         A docs/content/en/news/0.86.1-relnot… |      19 +++++++++++++++++++
       
       1 file changed, 19 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/docs/content/en/news/0.86.1-relnotes/index.md b/docs/content/en/news/0.86.1-relnotes/index.md
       @@ -0,0 +1,19 @@
       +
       +---
       +date: 2021-07-30
       +title: "Hugo 0.86.1: A couple of Bug Fixes"
       +description: "This version fixes a couple of bugs introduced in 0.86.0."
       +categories: ["Releases"]
       +images:
       +- images/blog/hugo-bug-poster.png
       +
       +---
       +
       +        
       +
       +This is a bug-fix release with one important fix.
       +
       +* config: Fix a potential deadlock in config reading [94b616bd](https://github.com/gohugoio/hugo/commit/94b616bdfad177daa99f5e87535943f509198f6f) [@bep](https://github.com/bep) [#8791](https://github.com/gohugoio/hugo/issues/8791)
       +
       +
       +