We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbeeef commit 4887bc7Copy full SHA for 4887bc7
.github/workflows/release-drafter.yml
@@ -32,7 +32,7 @@ jobs:
32
PHOTON_VERSION=$(tr -d '[:space:]' < .last_release)
33
{
34
printf '%s' "$DRAFT_BODY"
35
- printf '\n\n---\n **Upstream Photon release notes (%s):** https://github.com/komoot/photon/releases/tag/%s\n' \
+ printf '\n\n---\n **[Photon release notes](https://github.com/komoot/photon/releases/tag/%s) (%s):** \n' \
36
"$PHOTON_VERSION" "$PHOTON_VERSION"
37
} > /tmp/new_body.txt
38
gh api "repos/${{ github.repository }}/releases/${{ steps.release-drafter.outputs.id }}" \
0 commit comments