Set hugoDocs/master to 0.24.1

From now on we

* Deploy from master
* Anything related to Next Hugo goes into the dev branch
* Changes in hugo/docs will, in general, be merged once every release, but can be manually merged/cherry picked
* All contributions that is not tightly coupled with code changes, should be made directly to hugoDocs
* But we also merge PRs into hugo/docs, but preferably changes that is related to the code in the PR itself

The stable branch will be removed, so we now have 2 branches: master (current Hugo) and dev (next Hugo).

Closes #22
This commit is contained in:
Bjørn Erik Pedersen 2017-06-29 08:23:43 +02:00
parent c4e21471ad
commit e8c3639097

View File

@ -26,7 +26,7 @@ notAlternative = true
[params] [params]
description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go" 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" author = "Steve Francia (spf13) and friends"
release = "0.25-DEV" release = "0.24.1"
[taxonomies] [taxonomies]
tag = "tags" tag = "tags"