From e8c3639097d2faab9b2e75cd3c26e7b63e2b780c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 29 Jun 2017 08:23:43 +0200 Subject: [PATCH] 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 --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 31f5e0099..a36734186 100644 --- a/config.toml +++ b/config.toml @@ -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-DEV" + release = "0.24.1" [taxonomies] tag = "tags"