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

chore(📦): Update release script to support NPM Provenance #3002

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

wcandillon
Copy link
Contributor

The goal of this PR is for the release script to support NPM provenance. This is achieved by not using yarn publish (which doesn't support NPM provenance: https://docs.npmjs.com/generating-provenance-statements) but instead use yarn to create the tarball (due to monorepo support) and then execute npm publish on that tarball.

@wcandillon wcandillon merged commit efdf4ef into main Mar 6, 2025
8 checks passed
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.

1 participant