Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 600 Bytes

RELEASE.md

File metadata and controls

17 lines (16 loc) · 600 Bytes

Release procedure

  1. push tag into repo
    $ git co master
    $ git tag x.x.x
    $ git push origin x.x.x
  2. wait while GHA will build a release
  3. update homebrew descriptor
    • update url
    • update sha256
      $ curl -Ls https://github.com/bazhenov/crab/releases/download/x.x.x/crab-x.x.x-x86_64-apple-darwin.tar.gz | sha256sum
  4. push homebrew descriptor to a registry
  5. check if brew install bazhenov/tap/crab works correctly