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

Use publish tag argument in post-publish #5465

Closed
archmoj opened this issue Feb 3, 2021 · 0 comments · Fixed by #5467
Closed

Use publish tag argument in post-publish #5465

archmoj opened this issue Feb 3, 2021 · 0 comments · Fixed by #5467
Milestone

Comments

@archmoj
Copy link
Contributor

archmoj commented Feb 3, 2021

While publishing the release candidate (rc) for v2, I noticed this line should change to avoid publishing dist and locales over the tag latest.

exec('npm publish', {cwd: pkgPath}, cb).stdout.pipe(process.stdout);

I made the temporary change to npm publish --tag rc at the publish time; however it would be nice to fix this before the next release.

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 a pull request may close this issue.

1 participant