-
Notifications
You must be signed in to change notification settings - Fork 20
Home
adriancollier edited this page Dec 17, 2014
·
39 revisions
We have information on a range of subjects including:
- RSR Product Documentation
- RSR Features
- RSR Development Status
- RSR Developer Documentation
- The Akvo Platform
- Akvo RSR Support (Tender)
- RSR and IATI
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.
- Latest Live Release Build - Master Branch
- Next Release Candidate Build - Release/Candidate Branch
- Current Development Build - Develop Branch
- Summary of all RSR build configurations
- Deployment and Status Notifications are provided via the Akvo Status Page
- 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