-
Notifications
You must be signed in to change notification settings - Fork 542
Remove pre-release script and simplify release workflows #5726
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5726 +/- ##
=======================================
Coverage 52.85% 52.85%
=======================================
Files 1098 1098
Lines 58976 58976
Branches 4788 4788
=======================================
Hits 31173 31173
Misses 27087 27087
Partials 716 716
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
b52482d
to
3a54059
Compare
3a54059
to
c92a9a1
Compare
pnpm release
already builds packages and bun is not used in the release flowChanges
pre-release.mjs
script that is no longer neededbuild:release
command in package.json to use turbo directlyPR-Codex overview
This PR focuses on updating the GitHub Actions workflows and package scripts for building and releasing the project. It removes the
release-nightly.yml
workflow and modifies the build commands to streamline the process.Detailed summary
scripts/pre-release.mjs.github/workflows/release-nightly.yml
.pnpm build
instead ofpnpm build:packages
.build:release
script inpackage.json
to useturbo run build
instead ofpnpm run build
.