[go: up one dir, main page]

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.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR
Edited by pietro

Merge request reports

Loading