Making a release
The process
Create the release branch if needed
git branch release/MAJOR.MINOR.xCreate a new draft release
./ci/scripts/make_apidocs.shgit tag vMAJOR.MINOR.REVISION
git push origin vMAJOR.MINOR.REVISIONCreate a new official release
Artifacts to check
Last updated
Was this helpful?