osrm-backend/contributing.md
Patrick Niklaus f8dd965435 Squashed 'third_party/mason/' content from commit cf3561b
git-subtree-dir: third_party/mason
git-subtree-split: cf3561bf78cb146821dba3d95c308fc44db05f46
2016-12-15 10:31:15 +00:00

376 B

Release process

  • Increment version at the top of mason
  • Increment version in test/unit.sh
  • Update changelog
  • Ensure tests are passing
  • Tag a release:
TAG_NAME=$(cat mason | grep MASON_RELEASED_VERSION= | cut -c25-29)
git tag v${TAG_NAME} -a -m "v${TAG_NAME}" && git push --tags