- Run Github Workflow Release & Publish on Docker Hub.
- Once finished it prints a link to create a new release on GitHub.
- Generate release notes and publish.
To release a new version of the extension, follow these steps:
- Bump package.json (
npm version patch|minor|major
) - Commit + Tag
- Push to GitHub
- Create a new release on GitHub
- Wait for the CI to build the extension and publish it to the Docker Hub