Release Workflow

Version bump

Use Makefile targets (run check first):

  • make patch0.1.20.1.3
  • make minor0.1.20.2.0
  • make major0.1.21.0.0

Version is updated automatically in package.json, manifest.json, versions.json, and a git tag is created.

Release

make release

Pushes commits and tags. The tag triggers GitHub Actions.