Skip to content

Commit fad3725

Browse files
committed
Use .RELEASE suffix for releases
1 parent 9671b7c commit fad3725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/stage.sh

+1-1
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)