Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 731 Bytes

File metadata and controls

12 lines (9 loc) · 731 Bytes

Release process

To release a new version of the libraries, you should:

  1. Checkout to a new branch named release-vX.Y.Z from main.
  2. Bump the version of the libraries running npm-bump.go go run ./scripts/npm-bump <new version>. For example: go run ./scripts/npm-bump 1.2.3.
  3. Commit these changes - as a standalone commit ("Prepare release vX.Y.Z") or as part of your changes.
  4. Push the changes (new version(s)) and create a PR.
  5. After the PR is merged, checkout to and update the main.
  6. Run release.go go run ./scripts/release.

Further actions will then be triggered on GitHub side (see release stage in the CI).