We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9671b7c commit fad3725Copy full SHA for fad3725
ci/scripts/stage.sh
@@ -20,7 +20,7 @@ elif [[ $RELEASE_TYPE = "RC" ]]; then
20
stageVersion=$( get_next_rc_release $snapshotVersion)
21
nextVersion=$snapshotVersion
22
elif [[ $RELEASE_TYPE = "RELEASE" ]]; then
23
- stageVersion=$( get_next_release $snapshotVersion)
+ stageVersion=$( get_next_release $snapshotVersion "RELEASE")
24
nextVersion=$( bump_version_number $snapshotVersion)
25
else
26
echo "Unknown release type $RELEASE_TYPE" >&2; exit 1;
0 commit comments