Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

Use Travis to publish new releases to NPM #112

Closed cbetta closed 7 years ago

cbetta commented 7 years ago

Currently we are doing this manually but this can be automated with Travis. The simplest way to do this is by listening to new tags being published.

Benefits:

I've implemented this with other clients and it should be totally doable.

cbetta commented 7 years ago

More info: https://docs.travis-ci.com/user/deployment/npm/