Skip to content
Mike Fikes edited this page Feb 24, 2019 · 53 revisions

Releasing

  • Make pre-release & tag in GitHub
  • Update Homebrew formula version & hash in Formula/planck.rb
    • curl -L https://github.com/planck-repl/planck/archive/2.xx.0.tar.gz > file.dat
    • shasum -a 256 file.dat
    • Just change the url and sha256 near the top
    • Commit name is planck 2.x.0 and so is PR name
  • Submit PR
Clone this wiki locally