releaser: Prepare repository for 0.39-DEV
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Thu, 5 Apr 2018 16:39:05 +0000 (16:39 +0000)
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Thu, 5 Apr 2018 16:39:05 +0000 (16:39 +0000)
[ci skip]

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

index 1bdd21949c4256795b8bf6589debb13295f6ee55..c4f56fec90436c00448d32c8e75a5b2da6532a5b 100644 (file)
@@ -344,7 +344,7 @@ description = ""
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.38.1"
+min_version = "0.38"
 
 [author]
   name = ""
index 25cc01a0dac5023016b87d53950495c68dd57e3c..4a6950a24248b4aa66b88e0c9ff894864c371164 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.38.1"
+  release = "0.39-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 436ce6cbfe2a53b7dc0ca224d6687ce4f0dedd80..914b8de3a504f9868d0a5e04f8b6230671601b5e 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.38,
-       PatchLevel: 1,
-       Suffix:     "",
+       Number:     0.39,
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index 1d88b6b11a2d763a64f1c415823e1d288ca8d80b..66c3ae76a23cfd181f4c612aaac4e89a14f2a923 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.38.1"
+version: "0.39-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.38.1-relnotes-ready.md b/temp/0.38.1-relnotes-ready.md
deleted file mode 100644 (file)
index 071244f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-This is a bug-fix that is mainly motivated by some issues with server live reloading introduced in Hugo 0.38.
-
-* Fix livereload for the home page bundle [f87239e4](https://github.com/gohugoio/hugo/commit/f87239e4cab958bf59ecfb1beb8cac439441a553) [@bep](https://github.com/bep) [#4576](https://github.com/gohugoio/hugo/issues/4576)
-* Fix empty BuildDate in "hugo version" [294c0f80](https://github.com/gohugoio/hugo/commit/294c0f8001fe598278c1eb8015deb6b98e8de686) [@anthonyfok](https://github.com/anthonyfok) 
-* Fix some livereload content regressions [a4deaeff](https://github.com/gohugoio/hugo/commit/a4deaeff0cfd70abfbefa6d40c0b86839a216f6d) [@bep](https://github.com/bep) [#4566](https://github.com/gohugoio/hugo/issues/4566)
-* Update github.com/bep/gitmap to fix snap build [4d115c56](https://github.com/gohugoio/hugo/commit/4d115c56fac9060230fbac6181a05f7cc6d10b42) [@anthonyfok](https://github.com/anthonyfok) [#4538](https://github.com/gohugoio/hugo/issues/4538)
-* Fix two tests that are broken on Windows [26f34fd5](https://github.com/gohugoio/hugo/commit/26f34fd59da1ce1885d4f2909c5d9ef9c1726944) [@neurocline](https://github.com/neurocline) 
-
-
-This release also contains some improvements:
-
-* Add bash completion [874159b5](https://github.com/gohugoio/hugo/commit/874159b5436bc9080aec71a9c26d35f8f62c9fd0) [@anthonyfok](https://github.com/anthonyfok) 
-* Handle mass content etc. edits in server mode [730b66b6](https://github.com/gohugoio/hugo/commit/730b66b6520f263af16f555d1d7be51205a8e51d) [@bep](https://github.com/bep) [#4563](https://github.com/gohugoio/hugo/issues/4563)
-
-
-
-
-
-