Skip to content

Commit

Permalink
tweak release notes template
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Apr 6, 2023
1 parent 2a8be39 commit 62c7fb0
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,11 @@ jobs:
# See https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token
token: ${{ secrets.PAT_TOKEN }}
changelog: |
## {{ package }} {{ version }}
> Try this release in your browser! _(Available 30 minutes after the release)_
> **Try this release in your browser!** _(Available 30 minutes after the release)_
>
> <a href="https://binder.plutojl.org/{{ version }}/"><img alt="Binder logo" src="https://mybinder.org/badge_logo.svg"></a>
**Generate your own binder links using [pluto-on-binder.glitch.me](https://pluto-on-binder.glitch.me/)!**
{% if previous_release %}
[Diff since {{ previous_release }}]({{ compare_url }})
{% endif %}
>
> Generate your own binder links using [pluto-on-binder.glitch.me](https://pluto-on-binder.glitch.me/)!
{% if custom %}
{{ custom }}
Expand Down Expand Up @@ -64,3 +58,7 @@ jobs:
# Internal changes
*(TODO)*
{% if previous_release %}
[Diff since {{ previous_release }}]({{ compare_url }})
{% endif %}

0 comments on commit 62c7fb0

Please sign in to comment.