Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: Prerelease rc 7.2.0-rc.0 #23558

Merged
merged 141 commits into from Jul 26, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 21, 2023

This is an automated pull request that bumps the version from 7.2.0-alpha.0 to 7.2.0-rc.0.
Once this pull request is merged, it will trigger a new release of version 7.2.0-rc.0.
If you're not a core maintainer with permissions to release you can ignore this pull request.

To do

Before merging the PR, there are a few QA steps to go through:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • ✨ Feature Request: Addon: Create @storybook/addon-themes #23524
  • 🐛 Bug: Angular: Fix initialization of Storybook in Angular 16.1 #23598 (will also be patched)
  • 🐛 Bug: TypeScript: Added expanded to CoreCommon_StorybookRefs to fix typescript errors #23488
  • 📦 Dependencies: Dependencies: Downgrade jest-mock #23597 (will also be patched)
  • 📦 Dependencies: Dependencies: Upgrade simple-update-notifier #23396 (will also be patched)
  • 🔧 Maintenance: TypeScript: Downgrade to the last version of type-fest that doesn't need typescript 5.0 #23574 (will also be patched)
  • 🐛 Bug: Storyshots: fix broken storyshots with angular #23555 (will also be patched)
  • 🐛 Bug: Vue2: Source Decorator reactivity #23149
  • 🐛 Bug: CLI: Gracefully shutdown and cleanup execa child processes #23538 (will also be patched)
  • 📝 Documentation: Docs: Minor updates to the Environment variables docs #23605 (will also be patched)
  • 📝 Documentation: Documentation: Fix snippets regarding module resolution #23602 (will also be patched)
  • 🏗️ Build: Core: Migrate @storybook/core-server to strict TypeScript #23182
  • 📝 Documentation: docs: replace unsupported value 'string' in controls #23565 (will also be patched)
  • 🏗️ Build: Build: Migrate vue3-vite to ts strict mode #23375
  • 🏗️ Build: CI: Add a ci:docs workflow #23575
  • 📝 Documentation: Linting: Docs entries #23595
  • 🏗️ Build: Release tooling: Support canary releases #23508 (will also be patched)
  • 📝 Documentation: docs: resolve typos in imports on highlight addon docs #23562 (will also be patched)
  • 🏗️ Build: Scripts: Task system task selection improvement #23578
  • 📝 Documentation: docs: update outdated link to current documentation #23567
  • 🏗️ Build: Release tooling: Fix getting changes from wrong tag #23571 (will also be patched)
  • 🏗️ Build: Release tooling: Add label all patch PRs on stable promotions, fix sync of version files #23491 (will also be patched)
  • 📝 Documentation: Docs: Correctly describe default value of autodocs #23560 (will also be patched)
  • 📝 Documentation: Update CHANGELOG.prerelease.md #23556
  • ⚠️ Direct commit: Merge remote-tracking branch 'origin/next' into next-release 2f685ecf05fe2154a844066c208ac75c5fbfbcac

If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.

Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.

When everything above is done:


Generated changelog

7.2.0-rc.0

@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-alpha.0 branch from dec664c to 5dc1ce0 Compare July 25, 2023 12:45
Core: Migrate `@storybook/core-server` to strict TypeScript
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-alpha.0 branch from 5dc1ce0 to de91f0d Compare July 25, 2023 13:18
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-alpha.0 branch from de91f0d to 611bdc4 Compare July 25, 2023 16:13
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-alpha.0 branch from 611bdc4 to 07efb11 Compare July 25, 2023 17:00
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-alpha.0 branch 2 times, most recently from 78d4364 to 3776cf1 Compare July 26, 2023 09:06
@github-actions github-actions bot changed the title Release: Prerelease 7.2.0-alpha.1 Release: Prerelease rc 7.2.0-rc.0 Jul 26, 2023
@ndelangen ndelangen added the freeze Freeze the Release PR with this label label Jul 26, 2023
@ndelangen ndelangen self-assigned this Jul 26, 2023
@ndelangen ndelangen added ci:daily Run the CI jobs that normally run in the daily job. and removed freeze Freeze the Release PR with this label labels Jul 26, 2023
@storybook-bot storybook-bot force-pushed the version-prerelease-from-7.2.0-alpha.0 branch from 3776cf1 to 095d5ea Compare July 26, 2023 09:19
@ndelangen ndelangen added the freeze Freeze the Release PR with this label label Jul 26, 2023
@ndelangen ndelangen merged commit 21c14d5 into next-release Jul 26, 2023
98 checks passed
@ndelangen ndelangen deleted the version-prerelease-from-7.2.0-alpha.0 branch July 26, 2023 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label release For PRs that trigger new releases. Automated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet