Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 444 Bytes

RELEASE.md

File metadata and controls

13 lines (10 loc) · 444 Bytes

Project release process

This project can be released by creating and pushing an annotated tag to the repository. The tag should be named vX.Y.Z where X.Y.Z is the version number of the release.

git tag -a v1.0.0 -m "Release v1.0.0"
git push origin v1.0.0 

Once the tag is pushed, the GitHub Actions workflow will automatically build the project and publish the release to GitHub.


SPDX-License-Identifier: Apache-2.0