URI: 
       releaser: Prepare repository for 0.91.0-DEV - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 3f0d49e5025b630779bb14ab977e5e14e962a695
   DIR parent 489078897489fdd879b7db317d3e6d9ff977da5b
  HTML Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
       Date:   Fri, 10 Dec 2021 11:42:18 +0000
       
       releaser: Prepare repository for 0.91.0-DEV
       
       [ci skip]
       
       Diffstat:
         M common/hugo/version_current.go      |       6 +++---
         M snap/snapcraft.yaml                 |       2 +-
         D temp/0.90.1-relnotes-ready.md       |      13 -------------
       
       3 files changed, 4 insertions(+), 17 deletions(-)
       ---
   DIR diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
       @@ -16,7 +16,7 @@ package hugo
        // CurrentVersion represents the current build version.
        // This should be the only one.
        var CurrentVersion = Version{
       -        Number:     0.90,
       -        PatchLevel: 1,
       -        Suffix:     "",
       +        Number:     0.91,
       +        PatchLevel: 0,
       +        Suffix:     "-DEV",
        }
   DIR diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
       @@ -8,7 +8,7 @@ description: |
        license: "Apache-2.0"
        base: core20
        confinement: strict
       -grade: stable # "devel" or "stable"
       +grade: devel # "devel" or "stable"
        
        package-repositories:
          - type: apt
   DIR diff --git a/temp/0.90.1-relnotes-ready.md b/temp/0.90.1-relnotes-ready.md
       @@ -1,13 +0,0 @@
       -
       -
       -This is a bug-fix release with a couple of important fixes.
       -
       -* Remove the retries on error in remote resources.Get 3bc68304 [@bep](https://github.com/bep) #9271 
       -* Allow user to handle/ignore errors in resources.Get e4d6ec94 [@bep](https://github.com/bep) #9529 
       -* Make resource.Get return nil on 404 not found 6260455b [@bep](https://github.com/bep) #9267 
       -* Update to Go 1.17.5 c397975a [@bep](https://github.com/bep) #9269 
       -* Update to Go 1.17.4 and remove timeout in resources.Get 965a6cbf [@bep](https://github.com/bep) #9265 
       -* releaser: Prepare repository for 0.91.0-DEV 34a96290 [@bep](https://github.com/bep) 
       -
       -
       -