Commits


Bryce Mecum authored and GitHub committed 050fb8011eb
MINOR: [Dev][Release] Stop post-04-website.sh script if archery isn't available (#44823) ### Rationale for this change The release script at `dev/release/post-04-website.sh` doesn't quite work right if archery isn't available. The PR gets made but the changelog isn't included. See when this happened during the 18.0.0 release: https://github.com/apache/arrow-site/pull/551#discussion_r1822264990. ### What changes are included in this PR? Before the script does anything meaningful, it checks for archery and stops if it's not available. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. Lead-authored-by: Bryce Mecum <petridish@gmail.com> Co-authored-by: Sutou Kouhei <kou@cozmixng.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>