In order to make a release with number X.Y.Z:
-
Create or update the branch
release/x.y
-
Create or update the definitions in
version.info
, eg:
major=0
minor=9
patch=4
pretty_name=Beta-2
- Update the label in
installer/README.rtf
, eg:
OpenXR Toolkit - Beta-2 (v0.9.4)
-
Update the
Setup
project, propertyVersion
. When prompted to update the product code, choose Yes. -
Push the release to the server.
-
Create a tag for the release:
x.y.z
.