releaser: Prepare repository for 0.79.0-DEV
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Thu, 5 Nov 2020 09:50:35 +0000 (09:50 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Thu, 5 Nov 2020 09:50:35 +0000 (09:50 +0000)
[ci skip]

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

index 945d4fe0ab898acaffe88de513ba49745e4c4ebd..3dec5e9399fa12f5fdfe2897a4f96760112ff7bc 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.78,
-       PatchLevel: 1,
-       Suffix:     "",
+       Number:     0.79,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
index 9b8f3a08ba49d38ac7edc272ae9d12e8a602265b..5ccbb315f08ef9cc5426701661ec8d2e5171365e 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.78.1"
+version: "0.79.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.78.1-relnotes-ready.md b/temp/0.78.1-relnotes-ready.md
deleted file mode 100644 (file)
index 7611edf..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-* Disable NPM test on Travis on Windows [3437174c](https://github.com/gohugoio/hugo/commit/3437174c3a7b96925b82b351ac87530b4fa796a5) [@bep](https://github.com/bep) 
-* travis: Install nodejs on Windows [f66302ca](https://github.com/gohugoio/hugo/commit/f66302ca0579171ffd1730eb8f33dd05af3d9a00) [@bep](https://github.com/bep) 
-* js: Remove external source map option [944150ba](https://github.com/gohugoio/hugo/commit/944150bafbbb5c3e807ba3688174e70764dbdc64) [@bep](https://github.com/bep) [#7932](https://github.com/gohugoio/hugo/issues/7932)
-* js: Misc fixes [bf2837a3](https://github.com/gohugoio/hugo/commit/bf2837a314eaf70135791984a423b0b09f58741d) [@bep](https://github.com/bep) [#7924](https://github.com/gohugoio/hugo/issues/7924)[#7923](https://github.com/gohugoio/hugo/issues/7923)
-
-
-