This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit b8ce7b8574e5aab634a14043ff82fff94636d903 Author: Lari Hotari <[email protected]> AuthorDate: Thu Mar 28 20:38:36 2024 +0200 Add link to validate_pulsar_release.sh script --- contribute/validate-release-candidate.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contribute/validate-release-candidate.md b/contribute/validate-release-candidate.md index 38d497999b5c..19e8b7b993c8 100644 --- a/contribute/validate-release-candidate.md +++ b/contribute/validate-release-candidate.md @@ -7,6 +7,13 @@ This page contains manual instructions for reviewing and verifying a release can ## Validate the binary distribution +:::note + +There's a bash script [validate_pulsar_release.sh](https://github.com/lhotari/pulsar-contributor-toolbox/blob/master/scripts/validate_pulsar_release.sh) available for assisting in semi-automated validation for the following steps. + +::: + + ### Download And Verify the binary distributions Download the server distribution `apache-pulsar-<release>-bin.tar.gz` and extract it. The extracted files are in a directory called `apache-pulsar-<release>`. All the operations below happen within that directory:
