-
Notifications
You must be signed in to change notification settings - Fork 58
chore: migrate publish workflows to PNPM #1448
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: migrate publish workflows to PNPM #1448
Conversation
This reverts commit a7cdb0a.
Migrate publish workflows to
|
9be93db to
0cc1a15
Compare
Mercy811
left a comment
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.
LGTM!
…cript into AMP-145286-migrate-publish-scripts
Summary
Checklist
Note
Moves release automation to pnpm and streamlines prerelease/release flows.
publish-single-package.ymlandpublish-v2.yml(setup pnpm, use pnpm for build/test/lint/version/publish)releaseTypetoprereleaseand add explicit dry-run steps:deploy:version:dry-run,deploy:publish:dry-run; adddeploy:packpnpm deploy:publishwith--tag(beta or preid) and adjust single-package publish topnpm publishsrc/version.tslint-stagedand refreshpnpm-lock.yaml(transitive dependency updates)Written by Cursor Bugbot for commit 8506aaf. This will update automatically on new commits. Configure here.