brand icon indicating copy to clipboard operation
brand copied to clipboard

Release tracking

Open primer-css opened this issue 1 year ago • 3 comments

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/[email protected]

Patch Changes

@primer/[email protected]

@primer/[email protected]

@primer/[email protected]

@primer/[email protected]

@primer/[email protected]

primer-css avatar Aug 16 '24 14:08 primer-css

❗ 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, as a primary consumer of Primer Brand
    • [x] Install RC: bin/npm install --save --save-exact @primer/react-brand@{RC_VERSION} Important: Verify that each workspace package has been updated correctly in their respective package.json files
    • [x] Run development server
    • [x] Manually verify release-specific bugfixes and/or features on the following pages:
      • /features/copilot
      • /enterprise
      • /enterprise/advanced-security
      • /articles/security
      • /articles/security/what-is-security-testing
      • /features/preview
      • /features/copilot/getting-started and /features/copilot
      • /solutions/devops
      • /education
      • /mobile
      • /contact-sales
      • /about/diversity
    • [x] 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.

    • [x] Run development server and verify no new console warnings or regressions are found
    • [x] Run local build to verify the release compiles correctly
    • [x] 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.

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

Sandboxes

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

🤔 Cross-check (aka sanity test)

  • [x] Release notes accurately describe the changes made
  • [x] 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
  • [x] 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

  • [x] 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

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

github-actions[bot] avatar Aug 16 '24 14:08 github-actions[bot]

🟢 No design token changes found

github-actions[bot] avatar Aug 16 '24 14:08 github-actions[bot]

⚠️ Visual differences found

Our visual comparison tests found UI differences.

Please review the differences by using the test artifacts to ensure that the changes were intentional.

Artifacts can be downloaded and reviewed locally.

Download links are available at the bottom of the workflow summary screen.

Example:

artifacts section of workflow run

If the changes are expected, please run npm run test:visual:update-snapshots to replace the previous fixtures.

Review visual differences

github-actions[bot] avatar Aug 16 '24 15:08 github-actions[bot]

Smoke test 1 results 2024/08/20

  • Apply opinionated defaults to LogoSuite 🟡
    • Verified to work in dotcom
    • Not tested outside dotcom
  • Fix broken ComparisonTable columns on screen readers 🟡
    • Not tested yet

Release testing status: Paused 🟡

danielguillan avatar Aug 20 '24 10:08 danielguillan

Smoke test results

  • Apply opinionated defaults to LogoSuite 🟢

    • Verified to work in dotcom, multiple Tier 1 sites, and sandboxes.
    • No visual regressions found. We anticipated regressions on small viewports due to the new reduced size, but all tested implementations of LogoSuite set fixed logo heights, which override the new styles. As this update does not aim to enforce the new sizes (only reduce the default, we can proceed with it.
  • Fix broken ComparisonTable columns on screen readers 🟢

    • Verified to work in Resources Hub, and sandboxes.

Release testing status: Ready to release 🟢

danielguillan avatar Aug 20 '24 14:08 danielguillan