You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/08/17 07:02:31 UTC

[flink] 02/03: [hotfix][docs] Introduce Github branch variable in _config.yml

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 <tr...@apache.org>
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"