You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/07/18 11:36:00 UTC

[jira] [Created] (FLINK-9888) Remove unsafe defaults from release scripts

Chesnay Schepler created FLINK-9888:
---------------------------------------

             Summary: Remove unsafe defaults from release scripts
                 Key: FLINK-9888
                 URL: https://issues.apache.org/jira/browse/FLINK-9888
             Project: Flink
          Issue Type: Bug
          Components: Release System
    Affects Versions: 1.5.1, 1.6.0
            Reporter: Chesnay Schepler
            Assignee: Chesnay Schepler


Several variables in the release scripts have unsafe defaults, like these from {{create_release_branch.sh}}:
{code}
OLD_VERSION=${OLD_VERSION:-1.2-SNAPSHOT}
NEW_VERSION=${NEW_VERSION:-1.3-SNAPSHOT}
{code}

We should not allow the script to run successfully without these being explicitly set.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)