Skip to content

Cutting a release

Aru Sahni edited this page Jul 31, 2022 · 3 revisions
  • Update Cargo.toml version string
  • Have cargo propagate the new version: cargo check. This should fail with an error.
  • Commit Cargo.{toml,lock} changes w/ message v<VERSION>
  • Tag commit git tag v<VERSION>
  • git push && git push --tags
  • cargo publish
  • Update the AUR repo
  • Update the Homebrew tap repo
Clone this wiki locally