Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 336 Bytes

deployment.md

File metadata and controls

11 lines (8 loc) · 336 Bytes

Deployment to GitHub

  1. Update .version file with VERSION
  2. git tag VERSION
  3. git push --tags

Deployment to Homebrew

  1. After pushing tag download .tar.gz file.
  2. Obtain sha256 using: shasum -a 256 file.tar.gz
  3. Update formula