Compiling:
make
Running tests:
make test
After pushing check cross-platform compilation results on commits list on GitHub or directly on Travis CI.
- Create a commit setting version to stable:
- ChangeLog: change UNRELEASED to current date
- Makefile: strip -SNAPSHOT from version number
- README: remove UNRELEASED
- Make sure it works:
make clean test package
- Git-tag this version like "v2.8.5"
- Create a commit setting version to unstable
- revert changes from step 1 and increment version
git push && git push --tags
- On GitHub go to Code → Releases → Draft a new release
- attach .tar.bz2 file created by
make package
from step 2