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

improve publish-release #55597

Merged
merged 3 commits into from Sep 19, 2023
Merged

improve publish-release #55597

merged 3 commits into from Sep 19, 2023

Conversation

sokra
Copy link
Member

@sokra sokra commented Sep 19, 2023

Closes WEB-1608

@sokra sokra requested a review from a team as a code owner September 19, 2023 16:10
@ijjk ijjk added the created-by: Turbopack team PRs by the turbopack team label Sep 19, 2023
Copy link

@orca-security-us orca-security-us bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

} finally {
publishSema.release()
}
}

await Promise.all(
await Promise.allSettled(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the idea here that we don't want to error if one of the packages doesn't publish?

Perhaps this should print the status so we know which ones rejected?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea is that it should finish all packages even if one of them failed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doe this relate to the jump to 13.5.0 release and related canary's?

@feedthejim feedthejim merged commit 44eba02 into canary Sep 19, 2023
49 of 53 checks passed
@feedthejim feedthejim deleted the sokra/release branch September 19, 2023 16:23
@github-actions github-actions bot added the locked label Oct 4, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
created-by: Turbopack team PRs by the turbopack team locked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants