This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 38e12a4283f823588e51729901fb6a7a3611b443
Author: Till Rohrmann <[email protected]>
AuthorDate: Wed Aug 15 16:27:12 2018 +0200

    [hotfix][docs] Introduce Github branch variable in _config.yml
    
    github_branch in docs/_config.yml points to the branch name of the current 
release.
---
 docs/_config.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/_config.yml b/docs/_config.yml
index 79c4070..fac4aab 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -31,6 +31,8 @@ version: "1.7-SNAPSHOT"
 # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
 # release this should be the same as the regular version
 version_title: "1.7-SNAPSHOT"
+# Branch on Github for this version
+github_branch: "master"
 
 # This suffix is appended to the Scala-dependent Maven artifact names
 scala_version_suffix: "_2.11"

Reply via email to