Skip to content

Remote CI CD build tagging `app‐deploy tagging`

Jasmin Abou Aldan edited this page Jan 14, 2025 · 1 revision

Once the build is deployed, you can run the tagging option that will read the version from the installation file (ipa, apk, aab), combined with some input options, and as output, it will generate deployed build tag (e.g., internal-staging/v1.0.0-45b46c100). Mandatory parameters are environment -e, path to installation file p, and CI/CD build counter b:

app-deploy tagging -e "internal-staging" -p path/to/app.ipa -b $CI_COUNTER

There are two optional parameters: a custom version number that overrides one from the installation file -v and -c, which can be used to set the tag message representing the changelog.