ref: aded65b71d16451220f2a830c0bc5541fbc85d94
parent: bbd33dbf5d9575ab95c8e00aa97b71a600e429b6
author: Bjørn Erik Pedersen <[email protected]>
date: Mon Jul 10 05:02:20 EDT 2017
releaser: Prepare repository for 0.25-DEV [ci skip]
--- a/commands/new.go
+++ b/commands/new.go
@@ -347,7 +347,7 @@
homepage = "http://example.com/"
tags = []
features = []
-min_version = "0.25.1"
+min_version = "0.24"
[author]
name = ""
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -26,7 +26,7 @@
[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"
--- a/helpers/hugo.go
+++ b/helpers/hugo.go
@@ -87,8 +87,8 @@
// 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 {
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,5 +1,5 @@
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
@@ -6,7 +6,7 @@
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:
--- a/temp/0.25.1-relnotes.md
+++ /dev/null
@@ -1,22 +1,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)
-
-
-
-
-