ci: fix changelog link YAML (#5587)

Fixes the newline in the release changelog. This is maintained on the
website now.
This commit is contained in:
Jamil
2024-06-27 00:41:19 -07:00
committed by GitHub
parent ad8c92ca35
commit 9abee60f4f
3 changed files with 9 additions and 6 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.