osrm-backend/contributing.md
Daniel J. Hofmann ce1141982b Squashed 'third_party/mason/' changes from 6b4c359..c7a9670
git-subtree-dir: third_party/mason
git-subtree-split: c7a967003a7113a17faafe3b41082ad1ae3f1c2f
2017-02-15 11:48:43 +01:00

14 lines
340 B
Markdown

# Release process
- Increment version at the top of `mason`
- 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
```
- Go to https://github.com/mapbox/mason/releases/new and create a new release