Skip to content

How to release?

Emre Sokullu edited this page Feb 2, 2020 · 5 revisions

Requirements

Process

box build
mv pho.phar ~
git checkout gh-pages
mv ~/pho.phar ./
sha1sum pho.phar > pho.phar.version
git commit -am "version bump" && git push
git checkout master

On Mac, since sha1sum is not installed by default, one needs to run brew install md5sha1sum

Clone this wiki locally