coinbase / coinbase-pro-node

DEPRECATED — The official Node.js library for Coinbase Pro
Apache License 2.0
844 stars 316 forks source link

Request: Canary version #297

Closed sfkiwi closed 6 years ago

sfkiwi commented 6 years ago

Would it be possible to have a canary release of the library any time a PR is merged into master? Similar to how chaijs does it? https://github.com/chaijs/chai/issues/751

That way you can use the @canary tag to specify you want the bleeding edge build. For small changes this would speed up development instead of having to wait for the next official release.

rmm5t commented 6 years ago

Interesting concept, but to me, this doesn't sound like the best approach for a project like gdax-node. Also, it doesn't look like chai adopted their canary releases. i.e. They haven't had a canary release in over a year.

Instead, for "bleeding edge," I would recommend just referencing the master branch directly.

npm install coinbase/gdax-node

I'd also like to make it a plan for the future (if possible) that we publish releases more frequently here as well, so some of this becomes moot to some degree.