Skip to content

Commit

Permalink
Revert "More informative TagBot release changelogs"
Browse files Browse the repository at this point in the history
This reverts commit 430e711.
  • Loading branch information
ctrekker committed Dec 30, 2021
1 parent 07779f4 commit e888b94
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,3 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}
changelog: |
## {{ package }} {{ version }}
{% if previous_release %}
[Diff since {{ previous_release }}]({{ compare_url }})
{% endif %}
{% if custom %}
{{ custom }}
{% endif %}
{% if pulls %}
**Merged pull requests:**
{% for pull in pulls %}
- {{ pull.title }} (#{{ pull.number }}) (@{{ pull.author.username }})
{% endfor %}
{% endif %}
{% if issues %}
**Closed issues:**
{% for issue in issues %}
- {{ issue.title }} (#{{ issue.number }})
{% endfor %}
{% endif %}

0 comments on commit e888b94

Please sign in to comment.