Skip to content

Commit b9a1390

Browse files
committed
chore: remote PR number suffix from changelog generation
1 parent 5bad555 commit b9a1390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cliff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ body = """
3131
### {{ group | upper_first }}
3232
{% for commit in commits | sort(attribute="author.timestamp") | reverse | sort(attribute="breaking") | reverse %}
3333
- {% 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 %}\
34+
{% if commit.github.pr_number %}{% else %} [</>](https://github.com/tqwewe/kameo/commit/{{ commit.id }}){%- endif %}\
3535
{% endfor %}
3636
{% endfor %}\n
3737
"""

0 commit comments

Comments
 (0)