Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 640 Bytes

docs-contributing-releasing.md

File metadata and controls

18 lines (13 loc) · 640 Bytes

CLI releases

  1. Update the root Cargo.toml with the new version, following semver.
  2. Create a tag for the new version like v0.2.0.
git tag v0.2.0
git push origin --tags
  1. Create a new release from the new tag in github here.
  2. A GitHub Action will trigger for publish.yml when a release is published (i.e. it doesn't run on drafts), creating the artifacts for downloading.