diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 74d7d61..a30f4b8 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -27,5 +27,15 @@ jobs: steps: - uses: JuliaRegistries/TagBot@v1 with: + changelog: | + {% if custom %} + {{ custom }} + {% endif %} + + See [`CHANGELOG.md`](https://github.com/fredrikekre/Prometheus.jl/blob/master/CHANGELOG.md) for notable changes. + + {% if previous_release %} + [Diff since {{ previous_release }}]({{ compare_url }}) + {% endif %} token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }}