Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 541 Bytes

RELEASING.md

File metadata and controls

17 lines (12 loc) · 541 Bytes

Releasing zrok

Manual Steps

  1. Create a semver Git tag on main starting with a 'v' character.
  2. Push the tag to GitHub.
  3. Wait for automated steps to complete.
  4. In GitHub Releases, edit the draft release as needed and finalize.

Automated Steps

  1. The Release workflow is triggered by creating the Git tag and
    1. uploads Linux packages to Artifactory and
    2. drafts a release in GitHub Releases.
  2. The Publish Container Images workflow is triggered by the Release event and
    1. pushes Docker images to Docker Hub.