The release mechanism is based on the guide in this GitHub repository.
- Merge the version branch into the main branch.
- On the main branch, run the following commands:
git tag v[SEMANTIC_VERSION_NUMBER]
git push origin --tags
The release mechanism is based on the guide in this GitHub repository.
git tag v[SEMANTIC_VERSION_NUMBER]
git push origin --tags