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

ci: rebrand nightly releases as preview releases #5047

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

ematipico
Copy link
Member

Summary

This PR does the following:

  • creates a new workflow called preview.yml which we can use to create Preview releases. Preview releases are the "new nightlies", where a preview release is only built upon a workflow dispatch and approval of a core contributors. While nightly releases are good, they use a lot of compute time in the CI and don't publish all of them.
  • it moves the shared logic for building the binaries inside a composite job, so we don't repeat ourselves
  • preview releases and prod releases will have two separate workflows/files

This new preview workflow relies on the the changeset snapshot release. They have their own naming convention, but I believe it's fine.

Test Plan

Proof read. I will test it once we will merge next to main

@ematipico ematipico requested review from a team February 6, 2025 12:20
@ematipico ematipico merged commit 1bebf34 into next Feb 7, 2025
2 checks passed
@ematipico ematipico deleted the chore/nightly-snapshot-release branch February 7, 2025 16:01
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.

2 participants