From 6a76564ae76f56700619195e35b2832982e10ece Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sun, 7 Jan 2024 23:21:09 -0700 Subject: [PATCH] github: add release checklist template --- .github/ISSUE_TEMPLATE/dev_release.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/dev_release.md diff --git a/.github/ISSUE_TEMPLATE/dev_release.md b/.github/ISSUE_TEMPLATE/dev_release.md new file mode 100644 index 00000000..8ca90e88 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/dev_release.md @@ -0,0 +1,14 @@ +--- +name: (dev) Release checklist +about: The checklist we follow to perform a Mach release +title: 'all: Mach 0.3 release checklist' +labels: all, zig-update +assignees: 'slimsag' + +--- + +This is a tracking issue for preparing the next Mach release. + +## Checklist + +* [ ] In `machengine.org` repository `static/zig` folder, `wrench script nominate-zig-index-update tag 2024.1.0-mach 0.3.0-mach` has been ran to tag the Zig version that the Mach release will use, and the [`index.json`](https://machengine.org/zig/index.json) shows the new version.