releaser: Prepare repository for 0.100.0-DEV - 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 e164834f0aaaf1c58489fab41f5835b66f16b87c
 (DIR) parent d524067382e60ce2a2248c3133a1b3af206b6ef1
 (HTM) Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
       Date:   Wed, 18 May 2022 12:01:09 +0000
       
       releaser: Prepare repository for 0.100.0-DEV
       
       [ci skip]
       
       Diffstat:
         M common/hugo/version_current.go      |       6 +++---
         M snap/snapcraft.yaml                 |       2 +-
         D temp/0.99.1-relnotes-ready.md       |      11 -----------
       
       3 files changed, 4 insertions(+), 15 deletions(-)
       ---
 (DIR) diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go
       @@ -17,7 +17,7 @@ package hugo
        // This should be the only one.
        var CurrentVersion = Version{
                Major:      0,
       -        Minor:      99,
       -        PatchLevel: 1,
       -        Suffix:     "",
       +        Minor:      100,
       +        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.99.1-relnotes-ready.md b/temp/0.99.1-relnotes-ready.md
       @@ -1,11 +0,0 @@
       -
       -
       -This is a bug-fix release with a couple of important fixes.
       -
       -* releaser: Fix version replacement ee55fde5 @bep 
       -* server: Fix multihost crash 2f9eac48 @bep #9901 
       -* Update stale.yml 3a8189ee @bep 
       -* common/hugo: Fix version logic 7bc3401e @bep 
       -
       -
       -