1
Fork 0
framed-rs/doc/release.md

829 B

Release process

framed crate

  1. Push changes to GitHub.

  2. Check build locally with bin/build_local.

  3. Check Travis build: Build Status

  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_lib.

  8. Check new version appears on Crate and Documentation