When a new Zig version is released, the process is as follows:
- Update property values in
Directory.Build.props.- Set
ZigVersionto the official Zig version. - Reset
ToolsetVersionto1.
- Set
- Commit the change.
- Tag a release with
git tag v$(ZigVersion).$(ToolsetVersion) -m v$(ZigVersion).$(ToolsetVersion) -s(e.g.v0.13.0.1). - Push the commit and the tag.
- Edit the draft release on GitHub to add a link to the Zig release, such as this one.
- Publish the release on GitHub.
Fresh NuGet packages will then be built and published by an automatic workflow.