Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 556 Bytes

RELEASE.md

File metadata and controls

12 lines (9 loc) · 556 Bytes

Release

How to perform a release.

  1. Update the version in the Dockerfile: RUN yarn global add yarn global add antora-site-generator-lunr@<x.y.z>
  2. Run npm version x.y.z at the root of the repository
  3. Run npm publish to publish the version on https://www.npmjs.com
  4. Wait until the version is successfully published and available for download
  5. 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.