Browse Source

Add changelog template to TagBot config

pull/112/head v1.0.1
Fredrik Ekre 1 year ago
parent
commit
df566f48c7
No known key found for this signature in database
GPG Key ID: DE82E6D5E364C0A2
  1. 10
      .github/workflows/TagBot.yml

10
.github/workflows/TagBot.yml

@ -29,3 +29,13 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }} ssh: ${{ secrets.DOCUMENTER_KEY }}
changelog: |
{% if custom %}
{{ custom }}
{% endif %}
See [`CHANGELOG.md`](https://github.com/fredrikekre/Runic.jl/blob/master/CHANGELOG.md) for notable changes.
{% if previous_release %}
[Diff since {{ previous_release }}]({{ compare_url }})
{% endif %}

Loading…
Cancel
Save