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.
10
10
` linux-arm64 ` , ` osx-x64 ` , ` win-x86 ` , etc.
11
11
* Only the RIDs that are relevant to the .NET ecosystem will be covered (so e.g.
12
12
` 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 3
3
When a new Zig version is released, the process is as follows:
4
4
5
5
* 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.
7
8
* Commit the change.
8
- * Tag a release as e.g. ` v0.8.0 ` .
9
+ * Tag a release as e.g. ` v0.8.0.0 ` .
9
10
* Push the commit and the tag.
10
11
* Edit the draft release on GitHub to add a release note link, such as
11
12
[ this one] ( https://ziglang.org/download/0.8.0/release-notes.html ) .
You can’t perform that action at this time.
0 commit comments