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