Skip to content

Commit

Permalink
Minor improvement in the release notes generation
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed May 18, 2021
1 parent b9bacea commit 7199531
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{%- endif -%}
{%- endmacro -%}

Released on {{ versiondata.date }}.
This is a {major|feature|bugfix} release that adds [short summary].

{% for section, _ in sections.items() %}
Expand Down
2 changes: 1 addition & 1 deletion news/get-authors.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from subprocess import check_output


EXCLUDE = ["dependabot-preview[bot]", "Weblate (bot)"]
EXCLUDE = ["dependabot[bot]", "dependabot-preview[bot]", "Weblate (bot)"]

last_tag = check_output(
"git tag | sort -n | tail -n 1", shell=True, universal_newlines=True
Expand Down

0 comments on commit 7199531

Please sign in to comment.