1
Fork 0
framed-rs/doc/release.md
2017-12-24 19:02:07 +00:00

806 B

Release process

  1. Push changes to GitHub.

  2. Check build locally with bin/build_local.

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

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

  5. Commit to update the version number.

  6. Add a git tag for the new version number. Push it to GitHub.

  7. Publish with bin/publish.

  8. Check new version appears on Crate and Documentation