forked from Nemocas/AbstractAlgebra.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (26 loc) · 814 Bytes
/
TagBot.yml
File metadata and controls
27 lines (26 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: TagBot
on:
issue_comment:
types:
- created
workflow_dispatch:
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}
changelog: |
## {{ package }} {{ version }}
{% if custom %}
{{ custom }}
{% else %}
There was no changelog provided when registering this version.
Please wait for a maintainer to update the release description.
{% endif %}
{% if previous_release %}
[Full diff since {{ previous_release }}]({{ compare_url }})
{% endif %}