You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.
Make sure all tests are green on all platforms including the integration tests (./configure --include-integration-tests).
$ git checkout master
$ git pull
$ ./configure --include-integration-tests
$ make test
Make your own release branch e.g. zdne/release-v0.12 (it will be deleted once merged).
$ git checkout -b zdne/release-v0.12
Set version numbers in Version.h accordingly.
Make sure SNOWCRASH_VERSION_IS_RELEASE in Version.h is set to 1.
Change :tag value in snowcrash.rb accordingly.
Make a Pull Request to master.
Once merged, add the release to GitHub releases – follow the convention of previous releases. In particular, list all tracked changes with an extra emphasis on any potentially backward incompatible changes.