cohere-ai / cohere-typescript

The Cohere TypeScript SDK
https://docs.cohere.ai
MIT License
122 stars 18 forks source link

Create a workflow for experimental SDKs #76

Closed willie3838 closed 11 months ago

willie3838 commented 1 year ago

Added a runner for the current workflow to release the SDK version under the "next" tag so users won't download experimental SDK versions by default.

I tested this out locally by creating my own package: https://www.npmjs.com/package/will3838_package?activeTab=versions

If you try npm installing that package, you'll get the version tagged with latest rather than the one tagged with next event though it was the one most recently released.

Closes OS-365

billytrend-cohere commented 11 months ago

Hi, thanks for this contribution! We are about to switch this repository to be automatically generated from our api specs in #90 . This will mean it is always up to date with our API. As such we are closing existing PRs since they will likely not be compatible with the new changes.