-
-
Notifications
You must be signed in to change notification settings - Fork 3
How to release?
Emre Sokullu edited this page Feb 2, 2020
·
5 revisions
- PHP 5.5+
- UpgradedBox -- used to be https://github.com/box-project/box2 👎
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