Skip to content

Cutting a release

Aru Sahni edited this page Sep 20, 2019 · 3 revisions
  • Update Cargo.toml version string
  • cargo publish --dry-run
  • Commit Cargo.{toml,lock} changes w/ message v<VERSION>
  • Tag commit git tag v<VERSION>
  • git push && git push --tags
  • cargo publish

Clone this wiki locally