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

(Consider) Automatic CI npm publish #140

Open
alallier opened this issue Aug 23, 2017 · 2 comments
Open

(Consider) Automatic CI npm publish #140

alallier opened this issue Aug 23, 2017 · 2 comments

Comments

@alallier
Copy link
Owner

alallier commented Aug 23, 2017

Consider adding automatic npm publish on tagged commits. We could use Travis for something like:

deploy:
  provider: npm
  api_key: $NPM_API_KEY
  on:
    tags: true
    branch: master
@AckerApple
Copy link

download

@ghost
Copy link

ghost commented Sep 9, 2017

I like this idea. You should definitely do it @alallier

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

2 participants