Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Latest commit

 

History

History
4 lines (4 loc) · 446 Bytes

RELEASING.md

File metadata and controls

4 lines (4 loc) · 446 Bytes
  1. Make sure CI build is passing.
  2. Run ./tools/release.sh <version> (eg. ./tools/release.sh 1.2.3). This will create and push tags for the provided version. The CI pipeline will automatically build, test and publish tags for use by consuming workflows (eg. v1, v1.2 and v1.2.3).
  3. Create GitHub release with release notes.