The releases are automated via GitHub actions, using this configuration file.
The release is triggered by pushing a tag.
- Bump the version in
Cargo.tomland run the app to update thelockfile - Commit the changes and push them.
- Create a new tag e.g.
git tag -a v0.7.0 - Push the tag
git push --tags - Wait for the build to finish on the Actions page