-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
chore: only open a prerelease version packages PR when still in prerelease mode #11539
Conversation
|
@@ -59,6 +59,7 @@ jobs: | |||
run: npx changeset pre enter alpha | |||
|
|||
- name: Create prerelease PR | |||
if: steps.check_files.outputs.files_exists == 'true' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checks for presence of .changeset/pre.json
size-limit report 📦
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
Avoids opening a PR after we've exited prerelease mode and before the release branch has been merged. Example of erroneous PR: #11538