github: add release checklist template
This commit is contained in:
parent
cf933ff8a2
commit
6a76564ae7
1 changed files with 14 additions and 0 deletions
14
.github/ISSUE_TEMPLATE/dev_release.md
vendored
Normal file
14
.github/ISSUE_TEMPLATE/dev_release.md
vendored
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue