729 B
729 B
Release process
-
Check build locally with
bin/build_local
. -
Check [Travis build][travis]: [
][travis]. [travis]: https://travis-ci.org/fluffysquirrels/framed-rs
-
Increment version number in Cargo.toml (major version if breaking changes).
-
Add a git tag for the new version number. Push it to [github][github]. [github]: https://github.com/fluffysquirrels/framed-rs
-
Publish with
bin/publish
.