Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 632 Bytes

RELEASE.md

File metadata and controls

26 lines (18 loc) · 632 Bytes

Release process

Create a pull request with a version bump to indicate the intention to do a release. This should give users the ability to give feedback, e.g. if a breaking change was missed and the version bump is incorrect.

Once that PR is merged do the actual release with cargo-release.

This requires the following permissions

  • on github.com/vmx/temp-env
    • creating tags
    • pushing to main
  • on crates.io
    • publish access to all published crates

Dry run

$ cargo release -vvv

Actual publishing

$ cargo release --execute