We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bin/generate-npm-tag.sh
Have the script extract the pre-release identifier from the pre-release version number and suggest the appropriate tag.
This would limit the risks of publishing a pre-release as latest as well as set us up for future automation.
latest
Developers
NPM_TAG
next
internal
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
Have the script extract the pre-release identifier from the pre-release version number and suggest the appropriate tag.
Why
This would limit the risks of publishing a pre-release as
latest
as well as set us up for future automation.Who needs to work on this
Developers
Who needs to review this
Developers
Done when
bin/generate-npm-tag.sh
setsNPM_TAG
tonext
for beta pre-releases andinternal
for internal ones.The text was updated successfully, but these errors were encountered: