Pattern strings / tokens
Last updated
Was this helpful?
Last updated
Was this helpful?
When setting up patterned strings in Runway to define your teamβs naming conventions around , , or , you can optionally use tokens to allow for dynamic naming conventions that depend on the releaseβs version, build numbers, etc.
{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