releaser: Prepare repository for 0.59.0-DEV
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Fri, 6 Sep 2019 09:26:46 +0000 (09:26 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Fri, 6 Sep 2019 09:26:46 +0000 (09:26 +0000)
[ci skip]

common/hugo/version_current.go
snap/snapcraft.yaml
temp/0.58.1-relnotes-ready.md [deleted file]

index 065f834d74c6f1dc236494c1775860a625cd2d28..8e023e2643981056aa3d7e3717febcc658925b7a 100644 (file)
@@ -16,7 +16,7 @@ package hugo
 // CurrentVersion represents the current build version.
 // This should be the only one.
 var CurrentVersion = Version{
-       Number:     0.58,
-       PatchLevel: 1,
-       Suffix:     "",
+       Number:     0.59,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
index ae71e93b776d29a408f5559b26bd7c57d41bdc66..f9ed0d8aba5589c889316ee27e34104dc4d5fea4 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.58.1"
+version: "0.59.0-DEV"
 summary: Fast and Flexible Static Site Generator
 description: |
   Hugo is a static HTML and CSS website generator written in Go. It is
   optimized for speed, easy use and configurability. Hugo takes a directory
   with content and templates and renders them into a full HTML website.
 confinement: strict
-grade: stable # "devel" or "stable"
+grade: devel # "devel" or "stable"
 
 apps:
   hugo:
diff --git a/temp/0.58.1-relnotes-ready.md b/temp/0.58.1-relnotes-ready.md
deleted file mode 100644 (file)
index 0c2b983..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* Avoid writing the same processed image to /public twice [9442937d](https://github.com/gohugoio/hugo/commit/9442937d82005b369780edcc557e0d15d6bf0bad) [@bep](https://github.com/bep) [#6307](https://github.com/gohugoio/hugo/issues/6307)
-* hugolib: Fix broken bundle live reload logic [901077c0](https://github.com/gohugoio/hugo/commit/901077c0364eaf3fe4f997c3026aa18cfc7781ed) [@bep](https://github.com/bep) [#6315](https://github.com/gohugoio/hugo/issues/6315)[#6308](https://github.com/gohugoio/hugo/issues/6308)
-* deps: Update github.com/bep/gitmap [24ad4295](https://github.com/gohugoio/hugo/commit/24ad4295718341dcae12b72bf52fef312d1036ed) [@bep](https://github.com/bep) [#6313](https://github.com/gohugoio/hugo/issues/6313)
-* Fix concat with fingerprint regression [3be2c253](https://github.com/gohugoio/hugo/commit/3be2c25351b421a26ee1ff2a38cbab00280c0583) [@bep](https://github.com/bep) [#6309](https://github.com/gohugoio/hugo/issues/6309)
-* tpl: Remove eq argument limitation [5e660947](https://github.com/gohugoio/hugo/commit/5e660947757023434dd7a1ec8b8239c0577fd501) [@vazrupe](https://github.com/vazrupe) [#6237](https://github.com/gohugoio/hugo/issues/6237)
-
-
-