releaser: Prepare repository for 0.48-DEV
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 20 Aug 2018 08:19:37 +0000 (08:19 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Mon, 20 Aug 2018 08:19:37 +0000 (08:19 +0000)
[ci skip]

docs/config.toml
helpers/hugo.go
snapcraft.yaml
temp/0.47.1-relnotes-ready.md [deleted file]

index b03b0b983f923a831f6c6892e1171936de4c3db0..1589a1a0db9883c00ac8e7d5cac3ab870770d539 100644 (file)
@@ -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)
index 063089055f0c91288c13022175c82abdaf812d40..c44146c17fe6dc2dd7a6ed4091deed88ffe0ff72 100644 (file)
@@ -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 {
index 72c5c54b7b63e66c5a183bccf54551c53f7bc558..6e851767b0b25c08762ff2e818f6c38377f66f27 100644 (file)
@@ -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 (file)
index e5abac0..0000000
+++ /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) 
-
-
-
-
-
-
-
-