1
Fork 0
framed-rs/doc/release.md
2017-12-30 18:17:20 +00:00

887 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. cargo update to update framed version in Cargo.lock.

  6. Commit to update the version number.

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

  8. Publish with bin/publish_lib.

  9. Check new version appears on Crate and Documentation