From bbb4422d704bfefefef96ccd9bce1d41714076ce Mon Sep 17 00:00:00 2001 From: Nicolas Kruk Date: Mon, 16 Jun 2025 11:42:32 -0400 Subject: [PATCH 1/3] chore(release): update 'latest' tag -> v3.x --- .github/workflows/onRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/onRelease.yml b/.github/workflows/onRelease.yml index 73d510e..057a9ef 100644 --- a/.github/workflows/onRelease.yml +++ b/.github/workflows/onRelease.yml @@ -48,7 +48,7 @@ jobs: #ctc: true sign: true # At CLCO, the new patch branch's version will be released as 'prerelease'. After R2b, delete the logic below for 'latest' and update 'prerelease' candidate to 'latest' - tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '2' && 'latest') || (needs.getMajorVersion.outputs.major == '3' && 'prerelease') ||'next' }} + tag: ${{ needs.getDistTag.outputs.tag || (needs.getMajorVersion.outputs.major == '3' && 'latest') ||'next' }} githubTag: ${{ github.event.release.tag_name || inputs.tag }} secrets: inherit From 91d8bddac805ed010cd51c818c583fd11a514f56 Mon Sep 17 00:00:00 2001 From: Nicolas Kruk Date: Mon, 16 Jun 2025 15:48:52 -0400 Subject: [PATCH 2/3] chore: add 256-patch branch to PR validation workflow --- .github/workflows/validate-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index 4fcb617..cf53758 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -4,7 +4,7 @@ on: pull_request: types: [opened, reopened, edited] # only applies to PRs that want to merge to main - branches: [main, 252-patch, 254-patch] + branches: [main, 252-patch, 254-patch, 256-patch] jobs: pr-validation: From 65c421dd69ae1c9ae4334cc784a4bfec7a6dc0cf Mon Sep 17 00:00:00 2001 From: Nicolas Kruk Date: Tue, 17 Jun 2025 11:55:28 -0400 Subject: [PATCH 3/3] Update .github/workflows/validate-pr.yml Co-authored-by: Ravi Jayaramappa --- .github/workflows/validate-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index cf53758..9b91dd9 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -4,7 +4,7 @@ on: pull_request: types: [opened, reopened, edited] # only applies to PRs that want to merge to main - branches: [main, 252-patch, 254-patch, 256-patch] + branches: [main, 256-patch] jobs: pr-validation: