Configure release script to use .RELEASE suffix
This commit is contained in:
parent
6c0fc7f195
commit
ec57251c55
@ -27,7 +27,7 @@ elif [[ $RELEASE_TYPE = "RC" ]]; then
|
|||||||
stageVersion=$( get_next_rc_release $snapshotVersion)
|
stageVersion=$( get_next_rc_release $snapshotVersion)
|
||||||
nextVersion=$snapshotVersion
|
nextVersion=$snapshotVersion
|
||||||
elif [[ $RELEASE_TYPE = "RELEASE" ]]; then
|
elif [[ $RELEASE_TYPE = "RELEASE" ]]; then
|
||||||
stageVersion=$( get_next_release $snapshotVersion)
|
stageVersion=$( get_next_release $snapshotVersion "RELEASE" )
|
||||||
nextVersion=$( bump_version_number $snapshotVersion)
|
nextVersion=$( bump_version_number $snapshotVersion)
|
||||||
else
|
else
|
||||||
echo "Unknown release type $RELEASE_TYPE" >&2; exit 1;
|
echo "Unknown release type $RELEASE_TYPE" >&2; exit 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user