chaijs / chai-http

HTTP Response assertions for the Chai Assertion Library.
http://chaijs.com/plugins/chai-http
633 stars 113 forks source link

ci: build before release, commit assets, remove .npmrc #252

Closed austince closed 5 years ago

austince commented 5 years ago

More (and hopefully last) tweaks for semantic releasing:

I've figured out why the NPM_TOKEN isn't be correctly set as well: previously we were using the Travis npm deploy, where just the API key was encrypted, but now we need it to be an environment variable with a name. I don't have publish rights to npm, but can someone generate a token and then encrypt it like this?

travis encrypt NPM_TOKEN=$NPM_TOKEN

Also, can we remove the Sauce travis env variables?