To release a new version of one or multiple plugins, you should:
- Checkout to a new branch
- Update the version number in its(their) respective
package.jsonfile(s). - Run
npm installat the root of the repo to propagate this update to the rootpackage-lock.json. - Commit these changes - as a standalone commit ("Prepare <plugin> release vX.Y.Z") or as part of your changes.
- Push the changes (new version(s)) and create a PR.
- After the PR is merged, checkout to and update the main.
- Run release.go (see instructions there).
Further actions will then be triggered on GitHub side (see release stage in the CI).