mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
5
.github/release-drafter-gateway.yml
vendored
5
.github/release-drafter-gateway.yml
vendored
@@ -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.
|
||||
|
||||
5
.github/release-drafter-gui-client.yml
vendored
5
.github/release-drafter-gui-client.yml
vendored
@@ -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.
|
||||
|
||||
5
.github/release-drafter-headless-client.yml
vendored
5
.github/release-drafter-headless-client.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user