- Update the root
Cargo.toml
with the new version, following semver. - Create a tag for the new version like
v0.2.0
.
git tag v0.2.0
git push origin --tags
- Create a new release from the new tag in github here.
- 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.