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

Publish dgraph-js with the next tag after a successful travis build #6

Closed
gpahal opened this issue Dec 13, 2017 · 1 comment
Closed

Comments

@gpahal
Copy link
Contributor

gpahal commented Dec 13, 2017

On every successful travis build, we can publish dgraph-js to npm with the next tag.

Users can then install this bleeding edge version using npm install dgraph-js@next --save, test it and provide feedback.

@gpahal
Copy link
Contributor Author

gpahal commented Jan 24, 2018

npm doesn't allow deleting already published versions. So the publish step will involve updating the version in the package.json to something like "1.0.5-beta.7" and creating a new version release which is not the best thing to do. So, this is not in the current plans.

@gpahal gpahal closed this as completed Jan 24, 2018
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

No branches or pull requests

1 participant