osrm-backend/third_party/mason/contributing.md

7 lines
210 B
Markdown

# Release process
- Increment version at the top of `mason`
- Increment version in test/unit.sh
- Update changelog
- Ensure tests are passing
- Tag a release: `git tag v0.1.0 -a -m "v0.1.0" && git push --tags`