Skip to content

Commit 7508725

Browse files
committed
Move release instructions to RELEASE.md.
1 parent 114161e commit 7508725

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,3 @@ used by other projects.
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).
1313
* The package version will match the official Zig release's version.
14-
15-
When a new Zig version is released, the process is as follows:
16-
17-
* Update the `Version` property in
18-
[`Directory.Build.props`](Directory.Build.props).
19-
* Commit the change.
20-
* Tag a release as e.g. `v0.8.0`.
21-
* Push the commit and the tag.
22-
* Edit the draft release on GitHub to add a release note link, such as
23-
[this one](https://ziglang.org/download/0.8.0/release-notes.html).
24-
* Publish the release on GitHub.
25-
26-
Fresh NuGet packages will then be built and published by an automatic workflow.

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Release
2+
3+
When a new Zig version is released, the process is as follows:
4+
5+
* Update the `Version` property in
6+
[`Directory.Build.props`](Directory.Build.props).
7+
* Commit the change.
8+
* Tag a release as e.g. `v0.8.0`.
9+
* Push the commit and the tag.
10+
* Edit the draft release on GitHub to add a release note link, such as
11+
[this one](https://ziglang.org/download/0.8.0/release-notes.html).
12+
* Publish the release on GitHub.
13+
14+
Fresh NuGet packages will then be built and published by an automatic workflow.

0 commit comments

Comments
 (0)