February 2018
Intermediate to advanced
346 pages
9h 56m
English
We just showed you a simple example in the previous action, but add_git_tag (https://docs.fastlane.tools/actions/add_git_tag/#add_git_tag) is quite powerful in and of itself. In its simplest usage, you can add a new tag, as follows:
add_git_tag(
tag: "v0.1.1"
)'
This action, however, enables you to more granularly add a groping (that is, /staging/) to organize your tag, a prefix (that is, v) to your version number, and the specific build number, which it takes from the increment_build_number from your Xcode project automatically rather than you having to specify an explicit tag version number. The rest of the optional arguments include:
Read now
Unlock full access