github: update dev release process
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9e4611d5d6
commit
2385b93a2b
1 changed files with 6 additions and 0 deletions
6
.github/ISSUE_TEMPLATE/dev_release.md
vendored
6
.github/ISSUE_TEMPLATE/dev_release.md
vendored
|
|
@ -11,4 +11,10 @@ This is a tracking issue for preparing the next Mach release.
|
||||||
|
|
||||||
## Checklist
|
## Checklist
|
||||||
|
|
||||||
|
* [ ] In `mach` repository, the release has been tagged (`git tag v0.3.0 && git push origin v0.3.0`)
|
||||||
* [ ] 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.
|
* [ ] 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.
|
||||||
|
* [ ] In `machengine.org` main branch, `deploy.yml` has a new `hugo --minify` entry for the version to be released
|
||||||
|
* [ ] In `machengine.org` main branch, `zig-version.md` has been updated with a new `Supported Zig versions` entry
|
||||||
|
* [ ]
|
||||||
|
* [ ] In `machengine.org` repository, a branch for the major release has been created `git checkout -B v0.3 && git push --set-upstream origin v0.3`
|
||||||
|
* [ ] In `machengine.org` repository's new major release branch `v0.3`, `config.toml`'s `branch = 'main'` has been changed to `branch = 'v0.3'` and https://machengine.org/v0.3 now loads fine
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue