Skip to content

Commit 4887bc7

Browse files
committed
release-drafter formatting
1 parent 4fbeeef commit 4887bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
PHOTON_VERSION=$(tr -d '[:space:]' < .last_release)
3333
{
3434
printf '%s' "$DRAFT_BODY"
35-
printf '\n\n---\n **Upstream Photon release notes (%s):** https://github.com/komoot/photon/releases/tag/%s\n' \
35+
printf '\n\n---\n **[Photon release notes](https://github.com/komoot/photon/releases/tag/%s) (%s):** \n' \
3636
"$PHOTON_VERSION" "$PHOTON_VERSION"
3737
} > /tmp/new_body.txt
3838
gh api "repos/${{ github.repository }}/releases/${{ steps.release-drafter.outputs.id }}" \

0 commit comments

Comments
 (0)