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

Automate deployment to NPM for tagged releases #102

Open
khawkins98 opened this issue Aug 10, 2017 · 2 comments
Open

Automate deployment to NPM for tagged releases #102

khawkins98 opened this issue Aug 10, 2017 · 2 comments

Comments

@khawkins98
Copy link
Contributor

The NPM package should be automatically versioned up and pushed on new tags.

We'd need to:

  1. Update the version at https://github.com/ebiwd/EBI-Framework/blob/v1.2/package.json#L12
  2. Magic. Perhaps with https://www.npmjs.com/package/npm-publish-git-tag

It's my first time doing this, if someone has a good workflow, it's welcome

@khawkins98
Copy link
Contributor Author

Could also do it with travis: https://www.npmjs.com/package/travis-deploy-example

@khawkins98
Copy link
Contributor Author

Also a good post on dealing with alpha versions (like v1.3.0) https://medium.com/@mbostock/prereleases-and-npm-e778fc5e2420

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant