We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0fc7f commit ec57251Copy full SHA for ec57251
ci/scripts/stage.sh
@@ -27,7 +27,7 @@ elif [[ $RELEASE_TYPE = "RC" ]]; then
27
stageVersion=$( get_next_rc_release $snapshotVersion)
28
nextVersion=$snapshotVersion
29
elif [[ $RELEASE_TYPE = "RELEASE" ]]; then
30
- stageVersion=$( get_next_release $snapshotVersion)
+ stageVersion=$( get_next_release $snapshotVersion "RELEASE" )
31
nextVersion=$( bump_version_number $snapshotVersion)
32
else
33
echo "Unknown release type $RELEASE_TYPE" >&2; exit 1;
0 commit comments