Skip to content

Commit

Permalink
MINOR: [Release] Add RC number and version to verify release candidat…
Browse files Browse the repository at this point in the history
…e 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>
  • Loading branch information
raulcd and kou committed Nov 23, 2022
1 parent fb29eff commit ada7e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1198,5 +1198,5 @@ test_binary_distribution

TEST_SUCCESS=yes

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

0 comments on commit ada7e23

Please sign in to comment.