shithub: hugo

Download patch

ref: 7565cda1ff610edc0822982336a3f440a6cec983
parent: 347f2de67d8c46428ba2366a041d68bea108244e
author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
date: Thu Nov 5 04:50:35 EST 2020

releaser: Prepare repository for 0.79.0-DEV

[ci skip]

diff: cannot open a/temp//null: file does not exist: 'a/temp//null'
--- a/common/hugo/version_current.go
+++ b/common/hugo/version_current.go
@@ -16,7 +16,7 @@
 // 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",
 }
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
 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
@@ -6,7 +6,7 @@
   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:
--- a/temp/0.78.1-relnotes-ready.md
+++ /dev/null
@@ -1,11 +1,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)
-
-
-