From a8d62cd4bb98bad41185170476648316a03d66ba Mon Sep 17 00:00:00 2001 From: Joao Saffran Date: Mon, 10 Aug 2026 12:46:31 -0700 Subject: [PATCH 1/2] update release issue template to handle latest release procedure --- .github/ISSUE_TEMPLATE/release.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index 7dca900f2d..c6b649be7f 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -30,12 +30,14 @@ we are confident we can generate builds for the new branch - [ ] Create the release branch from `main` - The release branch is kept into sync with main via regular fast-forward merges. +- [ ] Final merge of `main` into the release branch +- [ ] Update SPIRV-Headers and SPIRV-Tools submodules, in the release branch, + to target the commits specified by LunarG. - [ ] Internal branches and build pipelines configured - Verify that the engineering system can build: - [ ] Zip files for github release - [ ] NuGet package - [ ] VPack -- [ ] Final merge of `main` into the release branch ## After Fork @@ -45,12 +47,13 @@ we are confident we can generate builds for the new branch ## Quality Sign Off - [ ] Microsoft Testing Sign-off (@damyanp) -- [ ] Google Testing Sign-off (@s-perron / @Keenuts) +- [ ] NVIDIA Testing Sign-off (@dnovillo / @pow2clk) ## Release - [ ] Tag final release and post binaries - [ ] Add the new compiler to Compiler Explorer +- [ ] Email LunarG the release tag and update the release spreadsheet. [^1]: [Ask Mode](https://devblogs.microsoft.com/oldnewthing/20140722-00/?p=433) From f5dd18fd4c18fb91b0a1e010ddabfc55b2a77cf0 Mon Sep 17 00:00:00 2001 From: joaosaffran Date: Tue, 11 Aug 2026 17:20:14 -0700 Subject: [PATCH 2/2] Update release.md --- .github/ISSUE_TEMPLATE/release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/release.md b/.github/ISSUE_TEMPLATE/release.md index c6b649be7f..b57cc7c091 100644 --- a/.github/ISSUE_TEMPLATE/release.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -51,9 +51,10 @@ we are confident we can generate builds for the new branch ## Release -- [ ] Tag final release and post binaries - [ ] Add the new compiler to Compiler Explorer - [ ] Email LunarG the release tag and update the release spreadsheet. +- [ ] Publish the new compiler Nuget package. +- [ ] Tag final release and post binaries [^1]: [Ask Mode](https://devblogs.microsoft.com/oldnewthing/20140722-00/?p=433)