From 48c060bbd1b9b89808b5049eb062a1521f54ca98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?oliver=20k=C3=B6nig?= Date: Fri, 22 May 2026 12:43:36 +0000 Subject: [PATCH 1/2] ci: pin FW-CI-templates to NVIDIA-NeMo/FW-CI-templates#480 (mirror branch protection) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Companion PR to NVIDIA-NeMo/FW-CI-templates#480, which mirrors the branch-protection rule of `[rv][0-9].[0-9].[0-9]` onto `deploy-release/*` so the validate-only release rehearsal is gated by the same required status checks as a real release. Pinned to commit a2d0fba9aaaf595d9bb3a0e8f3e71461983e0f15 on `ko3n1g/feat/mirror-release-branch-protection`. Re-pin to a released tag once FW-CI-templates#480 lands. Signed-off-by: oliver könig --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4fbc1687..6d1b5e42 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,7 +80,7 @@ jobs: !cancelled() && !failure() && !(needs.pre-flight.outputs.docs_only == 'true' || needs.pre-flight.outputs.is_deployment_workflow == 'true') - uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@v1.1.0 + uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_release_library.yml@a2d0fba9aaaf595d9bb3a0e8f3e71461983e0f15 with: release-ref: ${{ inputs.release-ref || github.sha }} python-package: emerging_optimizers From 049158d2451f1449c6b41e8d50a80a6ac8b0746d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 22 May 2026 12:45:01 +0000 Subject: [PATCH 2/2] =?UTF-8?q?beep=20boop=20=F0=9F=A4=96:=20Bumping=20Eme?= =?UTF-8?q?rging-Optimizers=20to=20v0.2.1=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: github-actions[bot] --- emerging_optimizers/package_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emerging_optimizers/package_info.py b/emerging_optimizers/package_info.py index 248f4253..8c8c438a 100644 --- a/emerging_optimizers/package_info.py +++ b/emerging_optimizers/package_info.py @@ -15,7 +15,7 @@ MAJOR = 0 MINOR = 2 -PATCH = 0 +PATCH = 1 PRE_RELEASE = "" # Use the following formatting: (major, minor, patch, pre-release)