chore(ci): 更新日志展示贡献者信息

This commit is contained in:
tangge233
2025-08-21 23:57:57 +08:00
parent 011745002f
commit 3dc450abc8

View File

@@ -17,6 +17,8 @@ body = """
- {% if commit.scope %}*{{ commit.scope }}*: {% endif %}\
{% if commit.breaking %}[**破坏性改动**] {% endif %}\
{{ commit.message | upper_first }}\
{% if commit.remote.username %} by @{{ commit.remote.username }}{%- endif %}\
{% if commit.remote.pr_number %} in #{{ commit.remote.pr_number }}{%- endif %}
{% endfor %}
{% endfor %}