We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bad555 commit b9a1390Copy full SHA for b9a1390
cliff.toml
@@ -31,7 +31,7 @@ body = """
31
### {{ group | upper_first }}
32
{% for commit in commits | sort(attribute="author.timestamp") | reverse | sort(attribute="breaking") | reverse %}
33
- {% if commit.breaking %}**BREAKING:** {% endif %}{{ commit.message | upper_first }}\
34
- {% if commit.github.pr_number %} #{{ commit.github.pr_number }}{% else %} [</>](https://github.com/tqwewe/kameo/commit/{{ commit.id }}){%- endif %}\
+ {% if commit.github.pr_number %}{% else %} [</>](https://github.com/tqwewe/kameo/commit/{{ commit.id }}){%- endif %}\
35
{% endfor %}
36
{% endfor %}\n
37
"""
0 commit comments