932 B
932 B
Release process
framed
crate
-
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).
-
cargo update
to update framed version in Cargo.lock. -
Commit to update the version number.
-
Add a git tag for the new version number and push it to GitHub:
git tag vX.Y.Z && git push --tags
-
Publish with
bin/publish_lib
.