Skip to content

Commit 2520ab4

Browse files
committed
Merge branch '2.2.x' into 2.3.x
2 parents dcb42c3 + 7de2711 commit 2520ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/stage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ elif [[ $RELEASE_TYPE = "RC" ]]; then
2020
stageVersion=$( get_next_rc_release $snapshotVersion)
2121
nextVersion=$snapshotVersion
2222
elif [[ $RELEASE_TYPE = "RELEASE" ]]; then
23-
stageVersion=$( get_next_release $snapshotVersion)
23+
stageVersion=$( get_next_release $snapshotVersion "RELEASE" )
2424
nextVersion=$( bump_version_number $snapshotVersion)
2525
else
2626
echo "Unknown release type $RELEASE_TYPE" >&2; exit 1;

0 commit comments

Comments
 (0)