Home - adriancollier/demo GitHub Wiki

We have information on a range of subjects including:

To check out all of our documentation including instructions on how to contribute to the Documentation Effort for RSR, please visit the Docs section of our Github Repository.

Akvo RSR deployments:

Tagging a release with the version number

  • Pull the latest master branch to your local machine git checkout master
  • Merge the current release from the release/candidate branch git pull --no-ff origin release/candidate
  • Add the tag with the release number and name git tag -a v2.3.6 -m "Akvo RSR release v2.3.6 (Voavanga)"
  • Push the branch and tags git push && git push --tags
  • Update all the remotes git remote update