diff --git a/.github/release-drafter-gateway.yml b/.github/release-drafter-gateway.yml index 9de5c1d26..dc6e19c70 100644 --- a/.github/release-drafter-gateway.yml +++ b/.github/release-drafter-gateway.yml @@ -51,6 +51,7 @@ exclude-labels: - "skip-changelog" change-template: "- $TITLE @$AUTHOR (#$NUMBER)" change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. -template: | - Please see our [changelog](https://www.firezone.dev/changelog?utm_source=github-releases) +template: > + Please see our + [changelog](https://www.firezone.dev/changelog?utm_source=github-releases) for more details. diff --git a/.github/release-drafter-gui-client.yml b/.github/release-drafter-gui-client.yml index 8be0c18a9..38717469c 100644 --- a/.github/release-drafter-gui-client.yml +++ b/.github/release-drafter-gui-client.yml @@ -51,6 +51,7 @@ exclude-labels: - "skip-changelog" change-template: "- $TITLE @$AUTHOR (#$NUMBER)" change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. -template: | - Please see our [changelog](https://www.firezone.dev/changelog?utm_source=github-releases) +template: > + Please see our + [changelog](https://www.firezone.dev/changelog?utm_source=github-releases) for more details. diff --git a/.github/release-drafter-headless-client.yml b/.github/release-drafter-headless-client.yml index cfc928418..dafd72a21 100644 --- a/.github/release-drafter-headless-client.yml +++ b/.github/release-drafter-headless-client.yml @@ -51,6 +51,7 @@ exclude-labels: - "skip-changelog" change-template: "- $TITLE @$AUTHOR (#$NUMBER)" change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. -template: | - Please see our [changelog](https://www.firezone.dev/changelog?utm_source=github-releases) +template: > + Please see our + [changelog](https://www.firezone.dev/changelog?utm_source=github-releases) for more details.