URI: 
       releaser: Prepare repository for 0.101.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 4daac654d90bdc6adf92bf8b15a4aa45d7d62efd
   DIR parent 27b077544d8efeb85867cb4cfb941747d104f765
  HTML Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
       Date:   Tue, 31 May 2022 09:19:15 +0000
       
       releaser: Prepare repository for 0.101.0-DEV
       
       [ci skip]
       
       Diffstat:
         M common/hugo/version_current.go      |       4 ++--
         M snap/snapcraft.yaml                 |       2 +-
         D temp/0.100.0-relnotes-ready.md      |      57 -------------------------------
       
       3 files changed, 3 insertions(+), 60 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:      100,
       +        Minor:      101,
                PatchLevel: 0,
       -        Suffix:     "",
       +        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.100.0-relnotes-ready.md b/temp/0.100.0-relnotes-ready.md
       @@ -1,57 +0,0 @@
       -This release represents **32 contributions by 4 contributors** to the main Hugo code base.[@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@dependabot[bot]](https://github.com/apps/dependabot), [@satotake](https://github.com/satotake), and [@moorereason](https://github.com/moorereason) for their ongoing contributions.
       -And thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his ongoing work on keeping the themes site in pristine condition.
       -
       -Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs),
       -which has received **1 contributions by 1 contributors**.
       -
       -Hugo now has:
       -
       -* 59255+ [stars](https://github.com/gohugoio/hugo/stargazers)
       -* 428+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
       -* 399+ [themes](http://themes.gohugo.io/)
       -
       -
       -## Notes
       -
       -* releaser: Add release notes for 0.99.1 [ci skip] 31ce89f7 @bep 
       -
       -
       -## Changes
       -
       -* docs: Regen CLI docs 3fcbee26 @bep 
       -* docs: Regen docs helper db9d2742 @bep 
       -* Fix indentation in highlight shortcode 6f7bf3f2 @bep #4717 
       -* Make .RenderString render shortcodes 9e904d75 @bep #6703 
       -* Improve shortcode indentation handling d2cfaede @bep #9946 
       -* Add Markdown as an output format 322d19a8 @bep #9821 
       -* build(deps): bump github.com/evanw/esbuild from 0.14.39 to 0.14.42 7cb484e1 @dependabot[bot] 
       -* Run go mod tidy 0b395f0b @bep 
       -* Add a shortcode benchmark c1a83076 @bep 
       -* Remove Blackfriday markdown engine 0f8dc470 @bep #9934 
       -* Fix HasMenuCurrent and IsDescendant/IsAncestor when comparing to itself 3b478f50 @bep #9846 
       -* build(deps): bump github.com/sanity-io/litter from 1.5.4 to 1.5.5 f343b8eb @dependabot[bot] 
       -* deps: Update to github.com/tdewolff/minify/v2 v2.11.5 60ede146 @bep 
       -* Don't use the baseURL /path as part of the resource cache key dd9eaf19 @bep #9787 
       -* postcss: Make the resource cache key more stable 46a2ea6d @bep #9787 
       -* commands: Fix case where languages cannot be configured 653ab2cc @bep 
       -* github: Set HUGO_BUILD_TAGS: extended when running tests 52edea0f @bep #9935 
       -* metrics: Fix divide by zero error 6a5acd75 @moorereason 
       -* Fix error message when PostCSS config file is not found 805b2155 @bep #9927 
       -* server: Skip watching dirs in ignoreFiles 8ca70525 @bep #9838 
       -* resources: Improve error message on .Resize etc. on SVGs bb232a35 @bep #9875 
       -* Fix Plainify edge cases 3854a6fa @bep #9199 #9909 #9410 
       -* Add resources.Copy cd0112a0 @bep #9313 
       -* basefs: add `noBuildLock` flag 6f7fbe03 @satotake #9780 
       -* import: Fix importing jekyll site 2fc2e9c8 @satotake #9817 
       -* releaser: Prepare repository for 0.100.0-DEV e164834f @bep 
       -* releaser: Bump versions for release of 0.99.1 d5240673 @bep 
       -* releaser: Add release notes for 0.99.1 [ci skip] 31ce89f7 @bep 
       -* 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 
       -
       -
       -
       -
       -