Skip to content

Release tracking - #1434

Open
primer[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

Release tracking#1434
primer[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@primer

@primer primer Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@primer/brand-primitives@0.72.1

Patch Changes

  • #1438 baa0861 Thanks @rezrah! - Added configurable Card.Image padding, which allows for full-bleed images to be displayed.

    Example:

    <Card hasBorder>
      <Card.Image padding="none" {...rest} />
    </Card>

@primer/brand-mcp@0.72.1

Patch Changes

  • #1438 baa0861 Thanks @rezrah! - Improved gridline guidance. Also added new example CSS with canonical component examples to the catalog.

@primer/react-brand@0.72.1

Patch Changes

  • #1432 e8b64f0 Thanks @rezrah! - Allow ButtonGroup to accept conditionally rendered children.

    Example:

    <ButtonGroup>
      <Button>Primary action</Button>
      {showSecondaryAction ? <Button>Secondary action</Button> : null}
    </ButtonGroup>
  • #1438 baa0861 Thanks @rezrah! - Added configurable Card.Image padding, which allows for full-bleed images to be displayed.

    Example:

    <Card hasBorder>
      <Card.Image padding="none" {...rest} />
    </Card>
  • #1439 bca51bc Thanks @danielguillan! - Update expressive Testimonial typography, spacing, and responsive composition to match the design.

  • #1439 bca51bc Thanks @danielguillan! - Added width: 100% to all River components to fix layout regression on tablet viewports

  • #1428 8ac13c8 Thanks @danielguillan! - Updated Card responsive spacing, exposed arrow CTA labels on non-hover devices, and removed the hover scale effect.

@primer/brand-css@0.72.1

@primer/brand-docs@0.72.1

@primer/brand-storybook@0.72.1

@primer/brand-e2e@0.72.1

@primer/brand-fonts@0.72.1

@primer/brand-config@0.72.1

@primer
primer Bot requested a review from a team as a code owner August 3, 2026 14:31
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

❗ Pre-merge checklist

Please ensure these items are checked before merging.

✅ Preliminary checks

  • All CI checks pass on this pull request
  • Docs and Storybook previews open in a browser

🔌 Integration smoke tests

Dotcom

  • Performed successful integration test with github/github-ui, as a primary consumer of Primer Brand
    • Install RC: npm install @primer/react-brand@{RC_VERSION} -w @github-ui/swp-core
    • Run development server
    • Manually verify release-specific bugfixes and/or features on the following pages:
      • /home
      • /features/copilot
      • /features/copilot/plans
      • /features/copilot/tutorials
      • /features/preview
      • /enterprise
      • /enterprise/contact
      • /security/advanced-security
      • /education
      • /mobile
      • /about/diversity
      • /newsroom
      • /resources/articles
      • /resources/articles/software-development
      • /resources/articles/software-development/what-is-cloud-native
      • /resources/whitepapers
      • /resources/whitepapers/how-the-c-suite-can-lead-ai-innovation
      • /solutions
      • /solutions/use-case/
      • /solutions/use-case/devops
      • /contentful-lp-tests/flex-example-dark (requires a flag)
      • /contentful-lp-tests/flex-example-light (requires a flag)
    • Manually compare production site to local instance for any non-release specific regressions

Subdomain sites

  • Performed successful integration test with githubuniverse.com, as a Tier 1 consumer of Primer Brand outside of the monolith.

    • Run development server and verify no new console warnings or regressions are found
    • Run local build to verify the release compiles correctly
    • Manually performed side-by-side comparison with production
  • Performed successful integration test with https://resources.github.com/, as a Tier 1 consumer of Primer Brand outside of the monolith.

    • Run development server and verify no new console warnings or regressions are found
    • Run local build to verify the release compiles correctly
    • Manually performed side-by-side comparison with production

Sandboxes

  • Works in CodeSandbox or StackBlitz
    • New components render successfully
    • (optional) Tested in both SPA and SSR apps if release contains build changes

🤔 Cross-check (aka sanity test)

  • Release notes accurately describe the changes made
  • All bugfixes in this release have resolved their corresponding issues
  • The issues for reverted PRs have been re-opened and commented on with a link to the reverted PR
  • No noticeable regressions or side-effects have not been introduced as a result of changes in this release.
    • If they have, determine severity of the issue and consider hotfixing

After tests

  • Add report summary of your findings, including any images. Use following template as a guide:

    #### Smoke test results
    
    - Feature 1 🟢 🟡 🔴 (choose one, depending on success levels)
    
      {insert screenshot}
    
    Release testing status: Ready to release 🟢 | Paused 🟡 🔴 (choose one and provide reason)

🚢 After merge

  • Issue release comms in primer brand Slack channel
  • Add the preview deployment's link to releases as a way of permalinking to old version's docs. Example

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🟢 No design token changes found

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🟢 No unit test coverage changes found

All components and hooks with tests maintain the same coverage as the main branch.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🟢 Bundle size report

CheckMainBranchChange
UMD — full bundle (JS)101.97 kB101.97 kB🟢 No change
UMD — full bundle (CSS)67.96 kB67.96 kB🟢 No change
ESM — full bundle (JS + CSS)1.59 MB1.59 MB🟢 No change
ESM — tree-shaken simple (Button)71.17 kB71.17 kB🟢 No change
ESM — tree-shaken complex (ActionMenu)80.13 kB80.13 kB🟢 No change

@primer
primer Bot temporarily deployed to github-pages August 3, 2026 14:35 Inactive
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🟢 No visual differences found

Our visual comparison tests did not find any differences in the UI.

@primer
primer Bot force-pushed the changeset-release/main branch from c5f3a3b to c369933 Compare August 5, 2026 14:20
@primer
primer Bot temporarily deployed to github-pages August 5, 2026 14:23 Inactive
@primer
primer Bot force-pushed the changeset-release/main branch from c369933 to 8a8dc72 Compare August 10, 2026 14:52
@primer
primer Bot temporarily deployed to github-pages August 10, 2026 14:55 Inactive
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.

0 participants