Here is the link to a very preliminary CIP4 GitHub Space: https://github.com/cip4. The intention of this space is to evaluate GitHub as an alternative to Bamboo and Bitbucket. GitHub would bring the following benefits, why it is worth to be evaluated. The xJdfLib has been taken for evaluation.

Benefits

How to create a new release?

Just tag the version with xJdfLib-xxx

git tag -a "xJdfLib-0.17" -m "A Comment describing the new version"
git push origin --tags