releaser: Prepare repository for 0.25-DEV
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 10 Jul 2017 07:02:20 +0000 (09:02 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 10 Jul 2017 07:02:20 +0000 (09:02 +0200)
[ci skip]

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

index 12851217a7f88542c01a692ebf9838a955260633..6a6e0615ff281eec850ab75bf2bce272963a1417 100644 (file)
@@ -347,7 +347,7 @@ description = ""
 homepage = "http://example.com/"
 tags = []
 features = []
-min_version = "0.25.1"
+min_version = "0.24"
 
 [author]
   name = ""
index bacfaa9a388d61571897d545a4bbf8447a1a1d4c..31f5e009999ad67aab87d46d209c6353bb44489b 100644 (file)
@@ -26,7 +26,7 @@ notAlternative = true
 [params]
   description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go"
   author = "Steve Francia (spf13) and friends"
-  release = "0.25.1"
+  release = "0.25-DEV"
 
 [taxonomies]
   tag = "tags"
index 47ff444f1ef8a0a328bba1bb8b5aebc64b9917b2..89833be258c74dfbf7260560dbf4f17d8ee2cdf3 100644 (file)
@@ -87,8 +87,8 @@ func (v HugoVersion) NextPatchLevel(level int) HugoVersion {
 // This should be the only one.
 var CurrentHugoVersion = HugoVersion{
        Number:     0.25,
-       PatchLevel: 1,
-       Suffix:     "",
+       PatchLevel: 0,
+       Suffix:     "-DEV",
 }
 
 func hugoVersion(version float32, patchVersion int, suffix string) string {
index 160ef03f78d0ecb7755b19273a4f35ef45d31d9e..8ee990890dc0867e875efd3c9451d74320d77cfd 100644 (file)
@@ -1,12 +1,12 @@
 name: hugo
-version: "0.25.1"
+version: "0.25-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.25.1-relnotes.md b/temp/0.25.1-relnotes.md
deleted file mode 100644 (file)
index 2bbeaaa..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-This is a bug-fix release with a couple of important fixes.
-
-
-Hugo now has:
-
-* 18277+ [stars](https://github.com/gohugoio/hugo/stargazers)
-* 456+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
-* 170+ [themes](http://themes.gohugo.io/)
-
-## Fixes
-
-* Fix union when the first slice is empty [dbbc5c48](https://github.com/gohugoio/hugo/commit/dbbc5c4810a04ac06fad7500d88cf5c3bfe0c7fd) [@bep](https://github.com/bep) [#3686](https://github.com/gohugoio/hugo/issues/3686)
-* Navigate to changed on CREATE When working with content from IntelliJ IDE, like WebStorm, every file save is followed by two events: "RENAME" and then "CREATE". [7bcc1ce6](https://github.com/gohugoio/hugo/commit/7bcc1ce659710f2220b400ce3b76e50d2e48b241) [@miltador](https://github.com/miltador) 
-* Final (!) fix for issue with escaped JSON front matter [7f82b41a](https://github.com/gohugoio/hugo/commit/7f82b41a24af0fd04d28fbfebf9254766a3c6e6f) [@bep](https://github.com/bep) [#3682](https://github.com/gohugoio/hugo/issues/3682)
-* Fix issue with escaped JSON front matter [84db6c74](https://github.com/gohugoio/hugo/commit/84db6c74a084d2b52117b999d4ec343cd3389a68) [@bep](https://github.com/bep) [#3682](https://github.com/gohugoio/hugo/issues/3682)
-
-
-
-
-