210 B
210 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:
git tag v0.1.0 -a -m "v0.1.0" && git push --tags