homebrew: refactor release process
What
This MR refactor the homebrew release scripts effectively release the homebrew formula. I use the same scripts used for the rpm and deb packages to create a uniform versioning schema among all our packages.
For example, this is a test release: https://gitlab.com/nomadic-labs/tezos/-/jobs/9517191118
Why
How
Manually testing the MR
curl -q "https://tezos-linux-repo.storage.googleapis.com/homebrew/RC/Formula/octez.rb" -O
brew install -v ./octez.rb
octez-node --version
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR
Edited by pietro