Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-09-23 11:49:11 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-09-23 11:49:11 +0300
commit92435459c1593683853da1c8c81f3cafa6023359 (patch)
tree9fe8761700c0aabfbd35d1a347823c473361ddd2 /README.md
parent5be6fef0b00d06a0c780397c4f4ac8db31b56456 (diff)
Add a note about branches
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3fbfcf1ca..d82776de3 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,10 @@ Note that this repository contains solely the documentation for Hugo. For contri
*Pull requests shall **only** contain changes to the actual documentation. However, changes on the code base of Hugo **and** the documentation shall be a single, atomic pull request in the [hugo](https://github.com/gohugoio/hugo) repository.*
+## Branches
+
+* The `master` branch is where the site is automatically built from, and is the place to put changes relevant to the current Hugo version.
+* The `next` branch is where we store changes that is related to the next Hugo release. This can be previewed here: https://next--gohugoio.netlify.com/
## Build