Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 715 Bytes

File metadata and controls

13 lines (10 loc) · 715 Bytes

Release process

To release a new version of one or multiple plugins, you should:

  1. Checkout to a new branch
  2. Update the version number in its(their) respective package.json file(s).
  3. Run npm install at the root of the repo to propagate this update to the root package-lock.json.
  4. Commit these changes - as a standalone commit ("Prepare <plugin> release vX.Y.Z") or as part of your changes.
  5. Push the changes (new version(s)) and create a PR.
  6. After the PR is merged, checkout to and update the main.
  7. Run release.go (see instructions there).

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