hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
64 stars 63 forks source link

Improve argument parsing of promote-nightly-to-release #255

Closed fredemmott closed 2 years ago

fredemmott commented 2 years ago

Currently, skipping a release requires manually editing this script to change MINOR-1 to MINOR-2, and suppressing the various checks in it.

Options (including --help) can come before or after the arguments, as long as -- isn't specified.

Test plan:

fredemmott commented 2 years ago

I'm going to follow up by adding a github action that runs shellcheck

fredemmott commented 2 years ago

I'm going to follow up by adding a github action that runs shellcheck

Done in #256