Skip to content

Publishing

Simon Warta 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. cargo publish
  4. git tag vXXXXXX
  5. git push && git push --tags
Clone this wiki locally