releaser: Prepare repository for 0.57.0-DEV
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Wed, 31 Jul 2019 12:56:14 +0000 (12:56 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Wed, 31 Jul 2019 12:56:14 +0000 (12:56 +0000)
[ci skip]

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

index 73b0ace94045531c4d5a6d6a73de1ff75af3a28a..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: 3,
-       Suffix:     "",
+       Number:     0.57,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
index 9c40dbae3734dc17c8428e5b1716ae9f21c2ff80..33f59964929254a80e0d286b3cc74bdc297bb691 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.56.3"
+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.3-relnotes-ready.md b/temp/0.56.3-relnotes-ready.md
deleted file mode 100644 (file)
index 63a1cf0..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* hugolib: Fix bundle header clone logic [0e086785](https://github.com/gohugoio/hugo/commit/0e086785fa4be8086256e9d7de6cda78e18d00ee) [@bep](https://github.com/bep) [#6136](https://github.com/gohugoio/hugo/issues/6136)
-* docs: Regenerate CLI docs [02b947ea](https://github.com/gohugoio/hugo/commit/02b947eaa3cc68404180d796a2f7119dce074539) [@bep](https://github.com/bep) 
-* commands: Add "hugo config mounts" command [d7c233af](https://github.com/gohugoio/hugo/commit/d7c233afee6a16b1947f60b7e5450e40612997bb) [@bep](https://github.com/bep) [#6144](https://github.com/gohugoio/hugo/issues/6144)
-* commands: Cleanup the hugo config command [45ee8a7a](https://github.com/gohugoio/hugo/commit/45ee8a7a52213bf394c7f41a72be78084ddc789a) [@bep](https://github.com/bep) [#6144](https://github.com/gohugoio/hugo/issues/6144)
-* Move the mount duplicate filter to the modules package [4b6c5eba](https://github.com/gohugoio/hugo/commit/4b6c5eba306e6e69f3dd07a6c102bfc8040b38c9) [@bep](https://github.com/bep) 
-* Allow overlap in module mounts [edf9f0a3](https://github.com/gohugoio/hugo/commit/edf9f0a354e5eaa556f8faed70b5243b7273b35c) [@bep](https://github.com/bep) [#6146](https://github.com/gohugoio/hugo/issues/6146)
-* Fix self-mounts on the main project [36220851](https://github.com/gohugoio/hugo/commit/36220851e4ed7fc3fa78aa250d001d5f922210e7) [@bep](https://github.com/bep) [#6143](https://github.com/gohugoio/hugo/issues/6143)
-
-
-