806 B
806 B
Release process
-
Push changes to GitHub.
-
Check build locally with
bin/build_local
. -
Check Travis build:
-
Increment version number in Cargo.toml (major version if breaking changes).
-
Commit to update the version number.
-
Add a git tag for the new version number. Push it to GitHub.
-
Publish with
bin/publish
.