Pattern strings / tokens
When setting up patterned strings in Runway to define your teamβs naming conventions around branch names, tags, or feature affiliations, you can optionally use tokens to allow for dynamic naming conventions that depend on the releaseβs version, build numbers, etc.
Available token types
{version} β three-segment SemVer
Example:
1.2.3
{versionConcise} β allows for a three-, two- or one-segment SemVer
Example:
1.2.3
Example:
1.2
Example
1
{releaseName} β human-readable release name
Example:
Cinnamon
Example:
BigFeature
{appStoreBuildNumber} β build number as it appears in App Store Connect or Play Console
{ciBuildNumber} β build number as it appears in CI
Usage
Last updated