Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1011 Bytes

RELEASE.md

File metadata and controls

18 lines (15 loc) · 1011 Bytes

Making a release

Releases are completely automated by GitHub Actions:

  1. Make sure the changelog is up to date. A release cannot be made if there is nothing in the changelog in the Unreleased section.
  2. Go the the Release workflow page.
  3. Click "Run workflow" in the top right.
  4. Make sure the main branch is selected.
  5. In the box below, type patch, minor or major, depending on the SemVer level of release to make.
  6. Press the "Run workflow" button.

This will kick off a series of chained workflows, culminating in a new release appearing on the Releases page and images and Helm charts added to the registry.