1
Fork 0
framed-rs/doc/release.md
2017-12-24 18:52:00 +00:00

729 B

Release process

  1. Check build locally with bin/build_local.

  2. Check [Travis build][travis]: [Build Status][travis]. [travis]: https://travis-ci.org/fluffysquirrels/framed-rs

  3. Increment version number in Cargo.toml (major version if breaking changes).

  4. Add a git tag for the new version number. Push it to [github][github]. [github]: https://github.com/fluffysquirrels/framed-rs

  5. Publish with bin/publish.

  6. Check new version appears on Crate and Documentation