chore(repository): updated release.yml and trying git-cliff

This commit is contained in:
Simon Cambier
2024-06-29 20:15:57 +02:00
parent 38c964bec2
commit a7a24155c3
2 changed files with 27 additions and 6 deletions

12
cliff.toml Normal file
View File

@@ -0,0 +1,12 @@
[changelog]
header = "Changelog"
body = """
{% for group, commits in commits | group_by(attribute="group") %}
### {{ group | upper_first }}
{% for commit in commits %}
- {{ commit.message | upper_first }}
{% endfor %}
{% endfor %}
"""
trim = true
footer = "<!-- generated by git-cliff -->"