releaser: Prepare repository for 0.68.0-DEV
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Sun, 15 Mar 2020 19:41:55 +0000 (19:41 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Sun, 15 Mar 2020 19:41:55 +0000 (19:41 +0000)
[ci skip]

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

index 66fd86cad8501757cbf0ba04d27a95ea608a47bb..23a0632111793348068a9ab952911694707807c3 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.67,
-       PatchLevel: 1,
-       Suffix:     "",
+       Number:     0.68,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
index 8606d68ee5b900a448a3137663b5dacd24e4a45f..4294cff2a95cc708990a457dbc7129b35bb515a9 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.67.1"
+version: "0.68.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.67.1-relnotes-ready.md b/temp/0.67.1-relnotes-ready.md
deleted file mode 100644 (file)
index 5dc1085..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* metrics: Fix --templateMetricsHints [5eadc4c0](https://github.com/gohugoio/hugo/commit/5eadc4c0a8e5c51e72670591c4b7877e79c15e3c) [@bep](https://github.com/bep) [#7048](https://github.com/gohugoio/hugo/issues/7048)
-* resources: Add data context to the key in ExecuteAsTemplate [18cb21ff](https://github.com/gohugoio/hugo/commit/18cb21ff2e4a60e7094908e4d6113a9d5a086316) [@bep](https://github.com/bep) [#7046](https://github.com/gohugoio/hugo/issues/7046)
-* Improve Tailwind/PostCSS error messages [df298558](https://github.com/gohugoio/hugo/commit/df298558a5a5b747288d9656402af85e0ac75a43) [@bep](https://github.com/bep) [#7041](https://github.com/gohugoio/hugo/issues/7041)[#7042](https://github.com/gohugoio/hugo/issues/7042)
-* deps: Update Blackfriday [b1106f87](https://github.com/gohugoio/hugo/commit/b1106f8715cac3544b8ea662b969336fe56fa047) [@bep](https://github.com/bep) [#7039](https://github.com/gohugoio/hugo/issues/7039)
-* resources: Try to fix a Go 1.15 go vet error [c0177fe2](https://github.com/gohugoio/hugo/commit/c0177fe2b28eb09d1534e62370849c3f1d70b40f) [@bep](https://github.com/bep) 
-* Add languageDirection to language configuration [5914f91b](https://github.com/gohugoio/hugo/commit/5914f91b6c980e42693661d5fd5640e237691df6) [@le0tan](https://github.com/le0tan) [#6550](https://github.com/gohugoio/hugo/issues/6550)
-
-
-