Skip to content

Publishing

Mauro Lacy edited this page Jan 14, 2021 · 10 revisions
  1. Update Cargo.toml and CHANGELOG.md to the new version
  2. git commit -m "Set version: XXXXXX"]
  3. Login to crates.io with your Github username
  4. cargo publish
  5. git tag vXXXXXX (mind the leading v)
  6. git push && git push --tags
Clone this wiki locally