releaser: Prepare repository for 0.43-DEV
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Thu, 28 Jun 2018 12:38:48 +0000 (12:38 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Thu, 28 Jun 2018 12:38:48 +0000 (12:38 +0000)
[ci skip]

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

index 61864c64f676371303512d9a30de53ec5d5f37b8..1c9307a35fc022edde5a3342f207d8aed0cd13cb 100644 (file)
@@ -70,7 +70,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.42.2"
+  release = "0.43-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 faa3bca81364c24d12c3e2ceb064e968eadc2e06..1acd41fdb4592033f0443355dc65c63e5763827c 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.42,
-       PatchLevel: 2,
-       Suffix:     "",
+       Number:     0.43,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index 47fabc4ea982ed138a2d0f361883d9ccf75ccd7e..787fbd4e8cba7d05c54a475f65baa4fd996ba5dd 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.42.2"
+version: "0.43-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.42.2-relnotes-ready.md b/temp/0.42.2-relnotes-ready.md
deleted file mode 100644 (file)
index f748a51..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
- This release fixe broken server-reload on config changes. This is a regression from Hugo `0.42`. [3a7706b0](https://github.com/gohugoio/hugo/commit/3a7706b069107e5fa6112b3f7ce006f16867cb38) [@bep](https://github.com/bep) [#4878](https://github.com/gohugoio/hugo/issues/4878)
-
-
-
-
-