Skip to content

Commit ada7e23

Browse files
raulcdkou
andauthored
MINOR: [Release] Add RC number and version to verify release candidate success message (#14664)
I've tested locally when verifying 10.0.1 rc 0: ``` Release candidate number: 0 for version: 10.0.1 looks good! ``` Lead-authored-by: Raúl Cumplido <raulcumplido@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent fb29eff commit ada7e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/release/verify-release-candidate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,5 +1198,5 @@ test_binary_distribution
11981198

11991199
TEST_SUCCESS=yes
12001200

1201-
echo 'Release candidate looks good!'
1201+
echo "Release candidate ${VERSION}-RC${RC_NUMBER} looks good!"
12021202
exit 0

0 commit comments

Comments
 (0)