wasi-utils and wit files for easy MIT-license import
This project uses just for managing releases. Here's the typical workflow:
- Make your changes - Develop features, fix bugs, etc.
- Set the version - When ready for release, update version numbers across all files:
just set-version v0.6.0-alpha.7
- Create PR and merge - Get your changes reviewed and merged to main
- Push tags - After merge, create and push git tags:
just push-tag v0.6.0-alpha.7
This will automatically update version numbers in Cargo.toml and all WIT package definitions, then create both standard (v0.6.0-alpha.7) and Go module (go/v0.6.0-alpha.7) tags.