diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 9f7aca91c..1858f7c3b 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -43,6 +43,44 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }} subdir: GNNGraphs + changelog: | + ## {{ package }} {{ version }} + + {% if previous_release %} + [Diff since {{ previous_release }}]({{ compare_url }}) + {% endif %} + + {% if custom %} + {{ custom }} + {% endif %} + + {% if backport %} + This release has been identified as a backport. + Automated changelogs for backports tend to be wildly incorrect. + Therefore, the list of issues and pull requests is hidden. + + {% endif %} - name: Tag GNNLux uses: JuliaRegistries/TagBot@v1 with: