-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4.0, 1.5.0, 1.6.0
-
Component/s: Release System
-
Labels:
Several variables in the release scripts have unsafe defaults, like these from create_release_branch.sh:
OLD_VERSION=${OLD_VERSION:-1.2-SNAPSHOT} NEW_VERSION=${NEW_VERSION:-1.3-SNAPSHOT}
We should not allow the script to run successfully without these being explicitly set.
- links to