Chesnay Schepler created FLINK-9744:
---------------------------------------
Summary: update_branch_version script produces incorrect output for non-shapshot versions
Key: FLINK-9744
URL:
https://issues.apache.org/jira/browse/FLINK-9744 Project: Flink
Issue Type: Bug
Components: Release System
Affects Versions: 1.5.0, 1.6.0
Reporter: Chesnay Schepler
The {{update_branch_version.sh}} only works properly when bumping the snapshot version.
It cannot be used without issues to update a snapshot to a proper release version, i.e. 1.5-SNAPSHOT to 1.5.0. The version strings below in {{docs/_config.yml}} are not correctly set and have to manually modified as they all should refer to "1.5".
{code}
version_title: "1.5.0"
version_javadocs: "1.5.0"
version_scaladocs: "1.5.0"
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)