Skip to content

Commit c49c7d1

Browse files
committed
Change versioning scheme.
1 parent 163640f commit c49c7d1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
When 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).

0 commit comments

Comments
 (0)