Skip to content

3.5.0

Compare
Choose a tag to compare
@lpusok lpusok released this 20 Sep 09:38
· 2 commits to master since this release
b38da23

What's Changed

Multi-line strings for fields are now supported, using the \n escaped newline.
Example:

- fields: |
    Release notes|- Line1 \n -Line2
    App|${BITRISE_APP_TITLE}
    Branch|${BITRISE_GIT_BRANCH}
    Workflow|${BITRISE_TRIGGERED_WORKFLOW_ID}

(#85)