mirror of
https://github.com/jquery/jquery.git
synced 2026-01-07 01:13:57 -05:00
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