chore: bump _code_freeze workflow to v1.4.2 - #219
Conversation
Signed-off-by: oliver könig <okoenig@nvidia.com>
Greptile SummaryThis PR bumps the shared
Confidence Score: 5/5Safe to merge — the change is a one-line version pin update plus two explicit empty-string inputs that opt out of unwanted pre-release tag behaviour. The change touches only the reusable workflow reference and adds two well-understood configuration inputs. The new inputs explicitly pass empty strings to disable automatic rc0/dev tag insertion, which matches the stated intent. No logic changes, no secret handling modifications, and no other workflows are affected. No files require special attention. Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant CFT as FW-CI-templates<br/>_code_freeze.yml@v1.4.2
participant Repo as emerging-optimizers
Dev->>GH: workflow_dispatch (release-type, freeze-commit, dry-run)
GH->>CFT: "call reusable workflow next-pre-release="", next-dev="""
CFT->>Repo: create release branch
CFT->>Repo: bump version (no rc0 / dev tag added)
CFT->>Dev: Slack notification via SLACK_RELEASE_ENDPOINT
Reviews (2): Last reviewed commit: "chore: set `next-pre-release` and `next-..." | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Signed-off-by: oliver könig <okoenig@nvidia.com>
_code_freeze workflow to v1.4.1_code_freeze workflow to v1.4.2
Signed-off-by: oliver könig <okoenig@nvidia.com>
Claude summary
Background / motivation
release-freeze.ymlin line with the rest of the NVIDIA-NeMo/* fleet on the latest tag of the shared_code_freeze.ymlreusable workflow.v1.4.2carries the fix that makes the bumped next-version pre-release/dev tags configurable, so a code freeze no longer re-introduces anrc0pre-release tag on clean-semver repos (fix: make code-freeze next-version pre-release/dev tags configurable FW-CI-templates#487).What changed
NVIDIA-NeMo/FW-CI-templates/.github/workflows/_code_freeze.ymlfromv0.86.0→v1.4.2.Details
.github/workflows/release-freeze.yml:37— version pin updated.Tested
release-freezedispatch.