Skip to content

Commit

Permalink
ci: add title to release notes template (#44)
Browse files Browse the repository at this point in the history
Fixes #40
  • Loading branch information
afuetterer authored May 21, 2024
1 parent d55678e commit b9e0d31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/templates/.release_notes.md.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{%- set releases = context.history.released.items() | list -%}
{%- set prev_version = releases[1][0] -%}
## Release Notes

{% include ".changes.j2" %}
{{ "**Full Changelog**: (%s)" | format(prev_version | compare_url(version)) }}

0 comments on commit b9e0d31

Please sign in to comment.