File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ body = """
3737 ({% for link in commit.links %}[{{link.text}}]({{link.href}}) {% endfor -%})\
3838 {% endif %}
3939 {% else -%}
40- - {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message }}{{ self::username(commit=commit) }}{{ self::pr(commit=commit) }}
40+ - {% if commit.breaking %}[**breaking**] {% endif %}{{ commit.message }}{{ self::username(commit=commit) }}
4141 {% endif -%}
4242 {% endfor -%}
4343{% endfor %}
@@ -50,9 +50,6 @@ body = """
5050{%- macro username(commit) -%}
5151 {% if commit.remote.username %} (by @{{ commit.remote.username }}){% endif -%}
5252{% endmacro -%}
53- {%- macro pr(commit) -%}
54- {% if commit.remote.pr_number %} - #{{ commit.remote.pr_number }}{% endif -%}
55- {% endmacro -%}
5653"""
5754
5855commit_parsers = [
You can’t perform that action at this time.
0 commit comments