releaser: Prepare repository for 0.60.0-DEV
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Thu, 31 Oct 2019 15:30:12 +0000 (15:30 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Thu, 31 Oct 2019 15:30:12 +0000 (15:30 +0000)
[ci skip]

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

index 84b623c87180960cf41deab6486e3afed41196a0..2a2b6cc59d8e1e2e064d09509f28adc4624dcd3e 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.59,
-       PatchLevel: 1,
-       Suffix:     "",
+       Number:     0.60,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
index c6ab39a897386af9f932b14930c6ba23d8b9e978..b418041d0e114cc65b2436bff883544923bcfece 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.59.1"
+version: "0.60.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.59.1-relnotes-ready.md b/temp/0.59.1-relnotes-ready.md
deleted file mode 100644 (file)
index cf69816..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* hugofs: Fix crash in multilingual content fs [33c474b9](https://github.com/gohugoio/hugo/commit/33c474b9b3bd470670740f30c5131071ce906b22) [@bep](https://github.com/bep) [#6463](https://github.com/gohugoio/hugo/issues/6463)
-* Dockerfile: Switch to mage builds, various optimizations [ed268232](https://github.com/gohugoio/hugo/commit/ed2682325aeb8fd1c8139077d14a5f6906757a4e) [@jakejarvis](https://github.com/jakejarvis) 
-* resources/images: Add exception for new test image [66fe68ff](https://github.com/gohugoio/hugo/commit/66fe68ffc98974936e157b18cf6bd9266ee081a4) [@anthonyfok](https://github.com/anthonyfok) [#6439](https://github.com/gohugoio/hugo/issues/6439)
-* Adjust benchmark templates [c5e1e824](https://github.com/gohugoio/hugo/commit/c5e1e8241a3b9f922f4a5134064ab2847174a959) [@bep](https://github.com/bep) 
-* deps: Update to Chroma v0.6.8 to fix a crash [baa97508](https://github.com/gohugoio/hugo/commit/baa975082c6809c8a02a8109ec3062a2b7d48344) [@bep](https://github.com/bep) [#6450](https://github.com/gohugoio/hugo/issues/6450)
-* deps: Update quicktest [3e8b5a5c](https://github.com/gohugoio/hugo/commit/3e8b5a5c0157fdcf93588a42fbc90b3cd898f6b1) [@bep](https://github.com/bep) 
-* Do not attempt to build if there is no config file [e6aa6edb](https://github.com/gohugoio/hugo/commit/e6aa6edb4c5f37feb1f2bb8c0f3f80933c7adf5f) [@ollien](https://github.com/ollien) [#5896](https://github.com/gohugoio/hugo/issues/5896)
-
-
-