releaser: Prepare repository for 0.57.0-DEV
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Sun, 28 Jul 2019 15:05:28 +0000 (15:05 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Sun, 28 Jul 2019 15:05:28 +0000 (15:05 +0000)
[ci skip]

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

index d70f8e89fb24486e31025ea076e6d1c855f86d9b..7b658dcc88f8a3f99af40b58b7d05c32490c3d3c 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.56,
-       PatchLevel: 1,
-       Suffix:     "",
+       Number:     0.57,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
index 7efb22d7cca572d1ea2b64f6cf3b376609976834..33f59964929254a80e0d286b3cc74bdc297bb691 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.56.1"
+version: "0.57.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.56.1-relnotes-ready.md b/temp/0.56.1-relnotes-ready.md
deleted file mode 100644 (file)
index fd8cc70..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* common/maps: Do not return error on params dot access on incompatible types [e393c629](https://github.com/gohugoio/hugo/commit/e393c6290e827111a8a2e486791dc21f63a92b55) [@bep](https://github.com/bep) [#6121](https://github.com/gohugoio/hugo/issues/6121)
-* resources: Fix image Width/Height regression [93d02aab](https://github.com/gohugoio/hugo/commit/93d02aabe6e611d65c428a9c5669b422e1bcf5e8) [@bep](https://github.com/bep) [#6120](https://github.com/gohugoio/hugo/issues/6120)
-* modules: Set GO111MODULE=on [e5fe3789](https://github.com/gohugoio/hugo/commit/e5fe378925c16c75902bbb46499c376c530ebdb5) [@bep](https://github.com/bep) [#6114](https://github.com/gohugoio/hugo/issues/6114)
-* cache/filecache: Skip resource cache init if the fs is missing [da4c4a77](https://github.com/gohugoio/hugo/commit/da4c4a7789d403af3f4f4fdd5dfd3327535e4050) [@bep](https://github.com/bep) [#6113](https://github.com/gohugoio/hugo/issues/6113)
-
-
-