Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 328 Bytes

RELEASE.md

File metadata and controls

11 lines (8 loc) · 328 Bytes

Release Mechanism

The release mechanism is based on the guide in this GitHub repository.

  1. Merge the version branch into the main branch.
  2. On the main branch, run the following commands:
git tag v[SEMANTIC_VERSION_NUMBER]
git push origin --tags