From a81c64e43e9ccec7c333ed9e864bbe076529682b Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 20 Aug 2018 08:19:37 +0000 Subject: [PATCH] releaser: Prepare repository for 0.48-DEV [ci skip] --- docs/config.toml | 2 +- helpers/hugo.go | 6 +++--- snapcraft.yaml | 4 ++-- temp/0.47.1-relnotes-ready.md | 19 ------------------- 4 files changed, 6 insertions(+), 25 deletions(-) delete mode 100644 temp/0.47.1-relnotes-ready.md diff --git a/docs/config.toml b/docs/config.toml index b03b0b983..1589a1a0d 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -69,7 +69,7 @@ twitter = "GoHugoIO" [params] description = "The world’s fastest framework for building websites" ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.47.1" + release = "0.48-DEV" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) diff --git a/helpers/hugo.go b/helpers/hugo.go index 063089055..c44146c17 100644 --- a/helpers/hugo.go +++ b/helpers/hugo.go @@ -123,9 +123,9 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion { // CurrentHugoVersion represents the current build version. // This should be the only one. var CurrentHugoVersion = HugoVersion{ - Number: 0.47, - PatchLevel: 1, - Suffix: "", + Number: 0.48, + PatchLevel: 0, + Suffix: "-DEV", } func hugoVersion(version float32, patchVersion int, suffix string) string { diff --git a/snapcraft.yaml b/snapcraft.yaml index 72c5c54b7..6e851767b 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,12 +1,12 @@ name: hugo -version: "0.47.1" +version: "0.48-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.47.1-relnotes-ready.md b/temp/0.47.1-relnotes-ready.md deleted file mode 100644 index e5abac09e..000000000 --- a/temp/0.47.1-relnotes-ready.md +++ /dev/null @@ -1,19 +0,0 @@ -This is a bug-fix release with two fixes. - -# Fixes - -* Fix .Site.Params case regression [fdff0d3a](https://github.com/gohugoio/hugo/commit/fdff0d3af4670f7079e539fef4b92af2a866d02d) [@bep](https://github.com/bep) [#5094](https://github.com/gohugoio/hugo/issues/5094) -* Do not strip IE conditional statements [5a0ee2b9](https://github.com/gohugoio/hugo/commit/5a0ee2b934e38d596da0f9742361f81c1221e3d5) [@bep](https://github.com/bep) [#5089](https://github.com/gohugoio/hugo/issues/5089) - -## Updates to Linux Snap build - -* Remove unused files from Git, Perl, etc. [834617f9](https://github.com/gohugoio/hugo/commit/834617f9f8d870643b2631fe607471c8e2ef2f47) [@anthonyfok](https://github.com/anthonyfok) -* Add nodejs to allow PostCSS to work [ef20ec1f](https://github.com/gohugoio/hugo/commit/ef20ec1fbaa8f5841b3fbe18978d4d8c19d8fc53) [@anthonyfok](https://github.com/anthonyfok) - - - - - - - -