This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a commit to branch release-1.6 in repository https://gitbox.apache.org/repos/asf/flink.git
commit dcbc4086bcae1d94c4f4cddf02f92515d0f37bd5 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 is the name of the Github branch of the current release. --- docs/_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_config.yml b/docs/_config.yml index 4ccf6ef..9080c16 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -33,6 +33,8 @@ version: "1.6.0" version_title: "1.6" version_javadocs: "1.6" version_scaladocs: "1.6" +# Branch on Github for this version +github_branch: "release-1.6" # This suffix is appended to the Scala-dependent Maven artifact names scala_version_suffix: "_2.11"
