Skip to content

fix(ci): TRAC-881 Scope Linear release sync to core/** changes#3086

Merged
chanceaclark merged 1 commit into
canaryfrom
chancellorclark/ltrac-913-linear-release-include-paths
Jul 7, 2026
Merged

fix(ci): TRAC-881 Scope Linear release sync to core/** changes#3086
chanceaclark merged 1 commit into
canaryfrom
chancellorclark/ltrac-913-linear-release-include-paths

Conversation

@chanceaclark

@chanceaclark chanceaclark commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Jira: TRAC-881

What/Why?

Fast-follow to #3085. The "Sync Linear release" step scanned every commit on canary/integrations/makeswift with no path filter, so changes to packages/client, packages/create-catalyst, and the CLI were getting swept into the "Catalyst Release" Linear pipeline. Those ship as their own independent releases and shouldn't count toward this one.

Adds include_paths: core/** to the sync call so only commits touching the storefront package are scanned. include_paths isn't needed on the complete call since that targets a specific version directly rather than scanning commits.

Testing

No automated tests for this workflow. Will confirm via the next real push to canary/integrations-makeswift that sync only picks up core/** commits.

The "Sync Linear release" step scanned every commit on canary and
integrations/makeswift, including changes to packages/client,
packages/create-catalyst, and the CLI. Those ship as their own
independent releases, so their issues don't belong in the "Catalyst
Release" pipeline. Add include_paths so only commits touching core/**
count toward this pipeline's release tracking.

Refs TRAC-881

Co-Authored-By: Claude <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Jul 7, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 2529235

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

@vercel

vercel Bot commented Jul 7, 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 7, 2026 10:36pm

Request Review

@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bundle Size Report

Comparing against baseline from 67a2711 (2026-07-07).

No bundle size changes detected.

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

github-actions Bot commented Jul 7, 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 77 88 81 92
Accessibility 95 98 95 92
Best Practices 100 100 100 100
SEO 88 86 88 100

Core Web Vitals

Metric Prod Desktop Prod Mobile Preview Desktop Preview Mobile
LCP 3.6 s 3.8 s 2.6 s 3.3 s
CLS 0.001 0 0 0.039
FCP 1.2 s 1.2 s 1.1 s 1.1 s
TBT 0 ms 0 ms 0 ms 0 ms
Max Potential FID 40 ms 60 ms 30 ms 50 ms
Time to Interactive 3.6 s 3.9 s 2.6 s 3.3 s

Full Unlighthouse report →

@chanceaclark chanceaclark added this pull request to the merge queue Jul 7, 2026
Merged via the queue into canary with commit 6184ef2 Jul 7, 2026
26 of 27 checks passed
@chanceaclark chanceaclark deleted the chancellorclark/ltrac-913-linear-release-include-paths branch July 7, 2026 23:40
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