Browse Source

Merge branch '2.2.x' into 2.3.x

pull/26228/head
Stephane Nicoll 5 years ago
parent
commit
2520ab4aa1
  1. 2
      ci/scripts/stage.sh

2
ci/scripts/stage.sh

@ -20,7 +20,7 @@ elif [[ $RELEASE_TYPE = "RC" ]]; then @@ -20,7 +20,7 @@ elif [[ $RELEASE_TYPE = "RC" ]]; then
stageVersion=$( get_next_rc_release $snapshotVersion)
nextVersion=$snapshotVersion
elif [[ $RELEASE_TYPE = "RELEASE" ]]; then
stageVersion=$( get_next_release $snapshotVersion)
stageVersion=$( get_next_release $snapshotVersion "RELEASE" )
nextVersion=$( bump_version_number $snapshotVersion)
else
echo "Unknown release type $RELEASE_TYPE" >&2; exit 1;

Loading…
Cancel
Save