File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,5 @@ used by other projects.
1010 ` linux-arm64 ` , ` osx-x64 ` , ` win-x86 ` , etc.
1111* Only the RIDs that are relevant to the .NET ecosystem will be covered (so e.g.
1212 ` Zig.Toolset.linux-riscv64 ` will not be available).
13- * The package version will match the official Zig release's version.
13+ * The package version will match the official Zig release's version, with an
14+ extra fourth component added indicating the packaging version.
Original file line number Diff line number Diff line change 33When a new Zig version is released, the process is as follows:
44
55* Update the ` Version ` property in
6- [ ` Directory.Build.props ` ] ( Directory.Build.props ) .
6+ [ ` Directory.Build.props ` ] ( Directory.Build.props ) . Reset the fourth component
7+ to zero.
78* Commit the change.
8- * Tag a release as e.g. ` v0.8.0 ` .
9+ * Tag a release as e.g. ` v0.8.0.0 ` .
910* Push the commit and the tag.
1011* Edit the draft release on GitHub to add a release note link, such as
1112 [ this one] ( https://ziglang.org/download/0.8.0/release-notes.html ) .
You can’t perform that action at this time.
0 commit comments