In order to execute development tasks, you need to install cargo-make.
cargo make lint
cargo make format
- Update CHANGELOG.md and bump version.
- Push the changes to the main branch.
- Create and push a GIT tag from latest main branch:
git tag v0.1.0
git push upstream v0.1.0
Note
Change v0.1.0
to the new version number.