Skip to content

ci: TRAC-1235 make changesets release aware of integrations/b2b-makeswift#3126

Merged
chanceaclark merged 1 commit into
canaryfrom
chancellorclark/ltrac-1296-canary-b2b-release-wiring
Jul 22, 2026
Merged

ci: TRAC-1235 make changesets release aware of integrations/b2b-makeswift#3126
chanceaclark merged 1 commit into
canaryfrom
chancellorclark/ltrac-1296-canary-b2b-release-wiring

Conversation

@chanceaclark

@chanceaclark chanceaclark commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Jira: TRAC-1235

What/Why?

changesets-release.yml is shared, ref-driven infrastructure: canary and integrations/makeswift carry a byte-identical copy, and per-branch behavior comes from github.ref_name. To bring integrations/b2b-makeswift into the release process without drift, its awareness has to originate here on canary rather than only on the integration branch.

This adds integrations/b2b-makeswift to the workflow's push trigger and maps it to @bigcommerce/catalyst-b2b-makeswift in the headline-package resolver. Both are inert on canary and integrations/makeswift (a push only runs the workflow copy on the branch that was pushed, and the elif never matches their ref_name), so this is safe to land on canary immediately.

From here the change propagates to integrations/makeswift via /sync-makeswift, and integrations/b2b-makeswift carries the same file (see #3125, which gives that branch its distinct @bigcommerce/catalyst-b2b-makeswift identity + changeset guard).

Part of LTRAC-1095 (consolidate B2B branches) / LTRAC-1296. The release-catalyst skill's b2b release stage and the new /sync-b2b-makeswift skill are intentionally deferred to the WS3 upgrade (LTRAC-1297), since a b2b release stage depends on /sync-b2b-makeswift existing and on the branch actually being releasable.

Testing

No behavior change on canary or integrations/makeswift. End-to-end validation happens on integrations/b2b-makeswift once #3125 lands: a changeset there should open a Version Packages (integrations/b2b-makeswift) PR resolving @bigcommerce/catalyst-b2b-makeswift.

Migration

None.

…wift

Add integrations/b2b-makeswift to the Changesets Release workflow so the branch
can cut its own @bigcommerce/catalyst-b2b-makeswift releases:

- Trigger the workflow on pushes to integrations/b2b-makeswift.
- Map that branch to @bigcommerce/catalyst-b2b-makeswift when resolving the
  headline package for the Linear release notes.

Both additions are inert on canary and integrations/makeswift: a push only runs
the workflow copy on the branch that was pushed, and the headline elif never
matches their ref_name. Keeping this on canary makes it the source of truth for
the shared workflow; integrations/makeswift picks it up via /sync-makeswift and
integrations/b2b-makeswift carries the same file.

Refs TRAC-1235
Co-Authored-By: Claude <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
catalyst Ready Ready Preview, Comment Jul 22, 2026 5:59pm

Request Review

@changeset-bot

changeset-bot Bot commented Jul 22, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 30da1f1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chanceaclark
chanceaclark marked this pull request as ready for review July 22, 2026 17:59
@chanceaclark
chanceaclark requested a review from a team as a code owner July 22, 2026 17:59
@github-actions

Copy link
Copy Markdown
Contributor

Bundle Size Report

Comparing against baseline from b80584d (2026-07-22).

No bundle size changes detected.

@chanceaclark
chanceaclark added this pull request to the merge queue Jul 22, 2026
Merged via the queue into canary with commit 4573b8c Jul 22, 2026
25 of 26 checks passed
@chanceaclark
chanceaclark deleted the chancellorclark/ltrac-1296-canary-b2b-release-wiring branch July 22, 2026 18:21
@github-actions

github-actions Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

Unlighthouse Performance Comparison — Vercel

Comparing PR preview deployment Unlighthouse scores vs production Unlighthouse scores.

Summary Score

Aggregate score across all categories as reported by Unlighthouse.

Prod Desktop Prod Mobile Preview Desktop Preview Mobile
Score 89 92 92 95

Category Scores

Category Prod Desktop Prod Mobile Preview Desktop Preview Mobile
Performance 78 84 76 76
Accessibility 95 95 95 98
Best Practices 100 100 100 100
SEO 88 88 100 100

Core Web Vitals

Metric Prod Desktop Prod Mobile Preview Desktop Preview Mobile
LCP 3.6 s 4.5 s 3.7 s 6.6 s
CLS 0.002 0.001 0.001 0.02
FCP 1.1 s 1.2 s 1.2 s 1.2 s
TBT 0 ms 60 ms 0 ms 0 ms
Max Potential FID 40 ms 110 ms 50 ms 40 ms
Time to Interactive 3.6 s 4.5 s 3.7 s 6.7 s

Full Unlighthouse report →

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.

2 participants