Browse Source

Add TagBot config for changelogs.

pull/233/head v2.16.0
Fredrik Ekre 2 years ago
parent
commit
433efde289
  1. 10
      .github/workflows/TagBot.yml

10
.github/workflows/TagBot.yml

@ -11,5 +11,15 @@ jobs: @@ -11,5 +11,15 @@ jobs:
steps:
- uses: JuliaRegistries/TagBot@v1
with:
changelog: |
{% if custom %}
{{ custom }}
{% endif %}
See [`CHANGELOG.md`](https://github.com/fredrikekre/Literate.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 }}

Loading…
Cancel
Save