After the main branch of the repository contains all updates that will be pushed out complete the following steps to release a new version:
- Run
npm run build
- Run
npm run release
- Select the appropriate version to be released.
- Ensure that all checsk pass successfully.
Cloud specific:
- Create a new branch off https://bitbucket.org/cribl/cribl-cloud/src/master/
- Updated package.json to have the correct version in
- Run
pnpm install