Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 589 Bytes

homebrew-tap

Place for homebrew formula to live

For now, we assume the make tasks that are run to release are run on linux (because of silly inconsistency w sed)

Release Instructions:

From now on, releases should be done via the automated release script. To run the script, see these instructions

Test the release:

brew untap pachyderm/tap
brew tap pachyderm/tap
brew uninstall pachctl
brew install pachctl
pachctl version
# <= should report the version you just released