Tag and trigger a buildΒΆ
In order to trigger a build of your code, you must first tag it with a SemVer tag, e.g. 0.0.0-alpha.1
, and then push that tag with Git.
git tag 0.0.0-alpha.1
git push --tags
Except for the build number, you can use all aspects of SemVer. This is because the builder automatically adds a build number.