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

Tag nightlies as prerelease releases #3892

Merged
merged 2 commits into from
Feb 21, 2023
Merged

Tag nightlies as prerelease releases #3892

merged 2 commits into from
Feb 21, 2023

Conversation

jridgewell
Copy link
Contributor

This does 2 main things:

  • Sets each nightly release as a prerelease on GH's releases page
  • Adds a notice annotation to the workflow, so that the new tag is logged in the workflow's execution

Additionally, it fixes the pnpm workspace so that the action's dist code is actually built. This also means we'll finally see the output of #3819 in our release bodies.

@vercel
Copy link

vercel bot commented Feb 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
turbo-site ✅ Ready (Inspect) Visit Preview Feb 21, 2023 at 6:27PM (UTC)
9 Ignored Deployments
Name Status Preview Updated
examples-basic-web ⬜️ Ignored (Inspect) Feb 21, 2023 at 6:27PM (UTC)
examples-cra-web ⬜️ Ignored (Inspect) Feb 21, 2023 at 6:27PM (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Feb 21, 2023 at 6:27PM (UTC)
examples-kitchensink-blog ⬜️ Ignored (Inspect) Feb 21, 2023 at 6:27PM (UTC)
examples-native-web ⬜️ Ignored (Inspect) Feb 21, 2023 at 6:27PM (UTC)
examples-nonmonorepo ⬜️ Ignored (Inspect) Feb 21, 2023 at 6:27PM (UTC)
examples-svelte-web ⬜️ Ignored (Inspect) Feb 21, 2023 at 6:27PM (UTC)
examples-tailwind-web ⬜️ Ignored (Inspect) Feb 21, 2023 at 6:27PM (UTC)
examples-vite-web ⬜️ Ignored (Inspect) Feb 21, 2023 at 6:27PM (UTC)

@jridgewell jridgewell added the pr: automerge Kodiak will merge these automatically after checks pass label Feb 21, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Feb 21, 2023

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turbopack Rust tests (mac/win, non-blocking)

See workflow summary for details

@github-actions
Copy link
Contributor

Benchmark for 81167f1

Click to view benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 10.26ms ± 0.10ms 10.43ms ± 0.09ms +1.60%
bench_hmr_to_commit/Turbopack RCC/1000 modules 12.45ms ± 0.15ms 12.61ms ± 0.24ms +1.28%
bench_hmr_to_commit/Turbopack RSC/1000 modules 522.43ms ± 1.41ms 521.26ms ± 2.07ms -0.22%
bench_hmr_to_commit/Turbopack SSR/1000 modules 10.38ms ± 0.10ms 10.35ms ± 0.12ms -0.27%
bench_hmr_to_eval/Turbopack CSR/1000 modules 9314.32µs ± 66.74µs 9317.00µs ± 55.45µs +0.03%
bench_hmr_to_eval/Turbopack RCC/1000 modules 11.22ms ± 0.18ms 11.19ms ± 0.12ms -0.26%
bench_hmr_to_eval/Turbopack SSR/1000 modules 9387.55µs ± 92.78µs 9401.39µs ± 63.93µs +0.15%
bench_hydration/Turbopack RCC/1000 modules 3770.16ms ± 11.95ms 3759.68ms ± 18.20ms -0.28%
bench_hydration/Turbopack RSC/1000 modules 3462.11ms ± 10.90ms 3450.81ms ± 11.81ms -0.33%
bench_hydration/Turbopack SSR/1000 modules 3493.41ms ± 10.65ms 3486.23ms ± 9.73ms -0.21%
bench_startup/Turbopack CSR/1000 modules 2725.68ms ± 8.54ms 2726.14ms ± 14.12ms +0.02%
bench_startup/Turbopack RCC/1000 modules 2342.46ms ± 5.14ms 2332.74ms ± 6.82ms -0.42%
bench_startup/Turbopack RSC/1000 modules 2270.67ms ± 9.62ms 2276.04ms ± 7.26ms +0.24%
bench_startup/Turbopack SSR/1000 modules 2141.25ms ± 4.22ms 2132.67ms ± 4.66ms -0.40%

@kodiakhq kodiakhq bot merged commit 12e2727 into main Feb 21, 2023
@kodiakhq kodiakhq bot deleted the jrl-prerelease branch February 21, 2023 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ci pr: automerge Kodiak will merge these automatically after checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants