File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed
Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments