The powertool for DG developers.
⚠️ Thanks to the ongoing effort to package the DG CLI to make it more reliable, there's no longer as big a need for this. The repo will be kept around and you're free to develop and release tools you want to build for yourself, but this is not an officially supported project.
- Update version in
Cargo.toml
and runcargo check
to ensure version is propagated toCargo.lock
- Create tag with
git tag -am "Version 0.10.0" v0.10.0
- Push with
git push --follow-tag
The release workflow will start on the tagged commit.