Custom strings settings
Customize strings used by Runway when creating artifacts throughout the release's lifecycle
As part of its core functionality, Runway is capable of creating a number of artifacts on your behalf, like pull requests during automatic bump version or promote code actions, git tags during automatic tagging at the end of the release cycle, and more. These artifacts are populated with default strings, but you can customize the content of any of these strings to suit your team’s needs.
For any given string, there are a number of tokens available. In the final artifact, these tokens will be replaced with relevant values for the release or app in question.
A complete list of strings that can be customized (including default strings and available tokens for each) can be found in the table below.
String type | Default value | Available tokens |
---|---|---|
Bump version PR title | Bump version to {version} |
|
Bump version PR body | Runway bumped your version to {version} |
|
Bump version commit message | Bumping version to {version} |
|
Promote code PR title | {workingBranchName} ->{releaseBranchName} for release {version} |
|
Promote code PR body | Runway promoted {workingBranchName} to {releaseBranchName} for release {version} |
|
Backmerge PR title | Backmerge {releaseBranchName} to {workingBranchName} |
|
Backmerge PR body | Runway backmerged release branch {releaseBranchName} to working branch {workingBranchName} |
|
VCS Release title | Release {version} |
|
VCS Release body | The default string for the VCS release body is dynamically generated from the list of commits and associated work items in the diff for the release. |
|
Git tag message | Release {version} tagged by Runway |
|
Last modified 4mo ago