From 9abee60f4f768c06d0d6ee96d5bdacac3a655f5e Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 27 Jun 2024 00:41:19 -0700 Subject: [PATCH] ci: fix changelog link YAML (#5587) Fixes the newline in the release changelog. This is maintained on the website now. --- .github/release-drafter-gateway.yml | 5 +++-- .github/release-drafter-gui-client.yml | 5 +++-- .github/release-drafter-headless-client.yml | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) 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.