Skip to content

Publish pre-released versions with 'next' dist-tag #170

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

Merged
merged 2 commits into from
Dec 19, 2016

Conversation

lutovich
Copy link
Contributor

@lutovich lutovich commented Dec 9, 2016

No description provided.

Npm publishes all versions with `latest` tag by default. This means that even
versions like `1.1.0-alpha1` will be considered latest by npm and will be
installed by default when typing `npm install neo4j-driver`.

This commit adds a safe publish plugin that will publish versions that consist
of three numbers (like `X.Y.Z`) with `latest` tag and versions that contain
hyphen (like `X.Y.Z-betaAB`) with tag `next`. Users will be able to try out
pre-released driver versions using `npm install neo4j-driver@next`.
@zhenlineo zhenlineo merged commit b9df625 into neo4j:1.0 Dec 19, 2016
@lutovich lutovich deleted the 1.0-safe-npm-publish branch September 21, 2018 13:47
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.

2 participants