How to perform a release.
- Update the version in the Dockerfile:
RUN yarn global add yarn global add antora-site-generator-lunr@<x.y.z>
- Run
npm version x.y.z
at the root of the repository - Run
npm publish
to publish the version on https://www.npmjs.com - Wait until the version is successfully published and available for download
- Push your changes with the tag:
git push origin main --tags
The release process is automated and relies on GitHub Actions. It will automatically publish the Docker image to hub.docker.com.