Eppo-exp / node-server-sdk

Eppo Node.js SDK
MIT License
9 stars 0 forks source link

v3.0.3-rc.0 #60

Open leoromanovsky opened 5 months ago

leoromanovsky commented 5 months ago

Fixes: #issue

Motivation and Context

Experimenting with a release process that allows us to have "release candidates" that we can explicitly add to our services and dogfood before publishing for our customers.

Description

Bumping the version programmatically:

➜  node-server-sdk git:(main) yarn version --new-version prerelease --preid rc
yarn version v1.22.22
info Current version: 3.0.2
info New version: 3.0.3-rc.0
✨  Done in 7.75s.

To publish this version:

Caveat: this is different than our normal publish command. There is a new github action in this PR that can be executed manually.

yarn publish --tag rc

For end-users to install:

yarn add @eppo/node-server-sdk@3.0.3-rc.0

How has this been tested?