releaser: Prepare repository for 0.38-DEV
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Wed, 7 Mar 2018 17:58:48 +0000 (17:58 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Wed, 7 Mar 2018 17:58:48 +0000 (17:58 +0000)
[ci skip]

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

index aaf2e1c0a8c295fcbc6701bd97dd0af85facbbc4..c5e8e6819e07a65d296b3d335170f0c7dee1cd03 100644 (file)
@@ -344,7 +344,7 @@ description = ""
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.37.1"
+min_version = "0.37"
 
 [author]
   name = ""
index 819880e4dde6f9ad2a9d205908e0ad7979bb16a1..2c2743831f67d256bb9930ab68704001b5e2d7c2 100644 (file)
@@ -71,7 +71,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.37.1"
+  release = "0.38-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 06106ba4691ff9c9b39e868a00bb3c71b65c1263..32e585b05483f06f567588cddfda461cb1a45029 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.37,
-       PatchLevel: 1,
-       Suffix:     "",
+       Number:     0.38,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index 9add7fec3d8d7bf90fb46bfa83bf954fe63720be..d623c01f2c82bf0baa24d0487998d12453467c39 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.37.1"
+version: "0.38-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.37.1-relnotes-ready.md b/temp/0.37.1-relnotes-ready.md
deleted file mode 100644 (file)
index d23fe58..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-This is a bug-fix release with a one important fix:
-
-Image content such as `SVG` cannot be scaled with the built-in image processing methods, but it should still be possible to use them as page resources. This was a regression in Hugo `0.37` and is now fixed. [ba94abbf](https://github.com/gohugoio/hugo/commit/ba94abbf5dd90f989242af8a7027d67a572a6128) [@bep](https://github.com/bep) [#4455](https://github.com/gohugoio/hugo/issues/4455)
-
-
-
-
-
-