chore(repository): updated release.yml and trying git-cliff
This commit is contained in:
12
cliff.toml
Normal file
12
cliff.toml
Normal 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 -->"
|
||||
Reference in New Issue
Block a user