Browse Source

Add TagBot changelog message.

pull/13/head
Fredrik Ekre 2 years ago
parent
commit
e6b015ec4a
  1. 10
      .github/workflows/TagBot.yml

10
.github/workflows/TagBot.yml

@ -27,5 +27,15 @@ jobs:
steps: steps:
- uses: JuliaRegistries/TagBot@v1 - uses: JuliaRegistries/TagBot@v1
with: 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 }} token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }} ssh: ${{ secrets.DOCUMENTER_KEY }}

Loading…
Cancel
Save