github: update zig nomination template (machine-readable index.json)
This commit is contained in:
parent
b4b867c5fb
commit
cf933ff8a2
1 changed files with 4 additions and 2 deletions
6
.github/ISSUE_TEMPLATE/dev_zig_nomination.md
vendored
6
.github/ISSUE_TEMPLATE/dev_zig_nomination.md
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: (dev) Zig version update
|
name: (dev) Zig version update
|
||||||
about: The process we follow to perform a Zig version update
|
about: The process we follow to perform a Zig version update
|
||||||
title: 'all: nominate Zig YYYY.MM'
|
title: 'all: nominate Zig YYYY.MM.0-mach'
|
||||||
labels: all, zig-update
|
labels: all, zig-update
|
||||||
assignees: 'slimsag'
|
assignees: 'slimsag'
|
||||||
|
|
||||||
|
|
@ -16,7 +16,8 @@ You may have been linked to this issue because you sent a pull request to update
|
||||||
## Update process
|
## Update process
|
||||||
|
|
||||||
* [ ] It is time to begin (see date in issue title, we aim to begin this checklist between the 1st-4th of that month.)
|
* [ ] It is time to begin (see date in issue title, we aim to begin this checklist between the 1st-4th of that month.)
|
||||||
* [ ] #wrench automation (`!wrench schedule-now update-zig-version`) has created new pull requests to update the Zig version used in CI of all our projects.
|
* [ ] In `machengine.org` repository `static/zig` folder, `wrench script nominate-zig-index-update nominate 2024.1.0-mach-wip` has been ran and the [`index.json`](https://machengine.org/zig/index.json) has been updated.
|
||||||
|
* [ ] #wrench automation (`!wrench schedule-now update-zig-version`) has created new pull requests to update the Zig version used in CI of all our projects, and it matches index.json.
|
||||||
* [ ] The [_Nomination history_](https://machengine.org/about/nominated-zig/#nomination-history) has a new section for the latest nightly Zig version which Wrench used in its PRs, with a warning at the top `**IN-PROGRESS:** This version is currently being nominated, see [the tracking issue](https://github.com/hexops/mach/issues/1135) for details. Once everything looks good, the new Zig version is confirmed to be working with Mach, we will declare success, close the issue, and remove this in-progress warning.`.
|
* [ ] The [_Nomination history_](https://machengine.org/about/nominated-zig/#nomination-history) has a new section for the latest nightly Zig version which Wrench used in its PRs, with a warning at the top `**IN-PROGRESS:** This version is currently being nominated, see [the tracking issue](https://github.com/hexops/mach/issues/1135) for details. Once everything looks good, the new Zig version is confirmed to be working with Mach, we will declare success, close the issue, and remove this in-progress warning.`.
|
||||||
* [ ] #general Discord message: `Beginning the process of nominating a new Zig version! (you should wait to upgrade until we've updated everything to confirm it works) $GITHUB_ISSUE`
|
* [ ] #general Discord message: `Beginning the process of nominating a new Zig version! (you should wait to upgrade until we've updated everything to confirm it works) $GITHUB_ISSUE`
|
||||||
* [ ] "First-order projects" below (which have zero build.zig.zon dependencies) have been updated, their CI is passing/green using the new version.
|
* [ ] "First-order projects" below (which have zero build.zig.zon dependencies) have been updated, their CI is passing/green using the new version.
|
||||||
|
|
@ -26,6 +27,7 @@ You may have been linked to this issue because you sent a pull request to update
|
||||||
* [ ] The mach-core build.zig version check has been updated: https://github.com/hexops/mach-core/blob/main/build.zig#L222-L227
|
* [ ] The mach-core build.zig version check has been updated: https://github.com/hexops/mach-core/blob/main/build.zig#L222-L227
|
||||||
* [ ] The mach-glfw build.zig version check has been updated: https://github.com/hexops/mach-glfw/blob/main/build.zig
|
* [ ] The mach-glfw build.zig version check has been updated: https://github.com/hexops/mach-glfw/blob/main/build.zig
|
||||||
* [ ] https://machengine.org/about/zig-version has been updated
|
* [ ] https://machengine.org/about/zig-version has been updated
|
||||||
|
* [ ] In `machengine.org` repository `static/zig` folder, `wrench script nominate-zig-index-update finalize 2024.1.0-mach-wip` has been ran and the [`index.json`](https://machengine.org/zig/index.json) has had `-wip` removed and the `mach-latest` entry has been updated.
|
||||||
* [ ] The `**IN-PROGRESS**` warning in the _Nomination history_ has been removed.
|
* [ ] The `**IN-PROGRESS**` warning in the _Nomination history_ has been removed.
|
||||||
* [ ] A [new issue](https://github.com/hexops/mach/issues/new?assignees=slimsag&labels=all%2C+zig-update&projects=&template=dev_zig_nomination.md&title=all%3A+nominate+Zig+YYYY.MM) has been filed for the next nomination.
|
* [ ] A [new issue](https://github.com/hexops/mach/issues/new?assignees=slimsag&labels=all%2C+zig-update&projects=&template=dev_zig_nomination.md&title=all%3A+nominate+Zig+YYYY.MM) has been filed for the next nomination.
|
||||||
* [ ] A #progress announcement has been made:
|
* [ ] A #progress announcement has been made:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue