We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 770b5f4 + ec57251 commit 7de2711Copy full SHA for 7de2711
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