Release process¶
This repository uses semver tags with floating major tags. For the full release guide, see https://github.com/elastic/ai-github-actions/blob/main/RELEASE.md.
Summary¶
- Use
@v0for the floating major tag, or@v0.1.0for an exact release. - Run
make release VERSION=x.y.zfrommainto create a new tag and trigger the release workflow.