Skip to content

chore: retarget workflows from v4 to main#106

Merged
lucas-barake merged 1 commit into
mainfrom
chore/release-workflow-main
Jul 10, 2026
Merged

chore: retarget workflows from v4 to main#106
lucas-barake merged 1 commit into
mainfrom
chore/release-workflow-main

Conversation

@lucas-barake

Copy link
Copy Markdown
Owner

The v4 branch was promoted to main (old main preserved as v3), but the CI workflows still referenced v4:

  • build.yml/check.yml/test.yml trigger on branches: [main, v4] — harmless but stale
  • build.yml's changesets release step is gated on refs/heads/v4, so pushes to main never run changesets/action — which is why no Version Packages PR was opened for the 13 pending changesets

Retarget everything at main. Once merged, the next Build run on main should open the Version Packages (beta) PR.

The v4 branch was promoted to main; the changesets release step in
build.yml was still gated on refs/heads/v4, so no Version Packages PR
was being opened for pushes to main.
@lucas-barake
lucas-barake merged commit 02679c8 into main Jul 10, 2026
4 checks passed
@lucas-barake
lucas-barake deleted the chore/release-workflow-main branch July 10, 2026 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant