brew install boost
make
-
Tag the commit on the
master
branchgit tag v0.7.0 git push origin head --tags
-
Switch to the
gh-pages
branch and create release notes to your liking.git checkout gh-pages vim RELEASE.html
-
Run the release script and watch the magic happen
./scripts/release RELEASE.HTML "v0.7.0 this is the message title"
-
Double check the appcast and ship.
git status head appcast.xml git commit -am "releasing v0.7.0" git push origin head