Skip to content

Commit

Permalink
ci: add title to release notes template
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed May 21, 2024
1 parent f4b31a9 commit 7c98291
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 7c98291

Please sign in to comment.