Files
Michał Gołębiowski-Owczarek 57152dccc3 Release: Fix release issues uncovered during the 4.0.0-rc.1 release
Changes:
* Run `pre-release.sh` & `post-release.sh` scripts directly; make them
  executable
* Fix the hashbang to specify the default bash installation; note: `/bin/bash`
  would be a wrong choice as that would use an ancient 3.x version on macOS
* Make sure Bash 5 or newer is used
* Run `npm publish --tag beta` when a pre-release is being published
* Fix the `repository.url` field in `package.json` as reported by `npm publish`
* Fix a few issues reported by shellcheck

Closes gh-5697

(cherry picked from commit a5b0c4318d)
2025-09-16 00:49:35 +02:00
..