Commit 810d99d 1 parent b26adf4 commit 810d99d Copy full SHA for 810d99d
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ body = """
16
16
{% for commit in commits%}\
17
17
{% if not commit.scope %}\
18
18
- {{ commit.message | upper_first }}\
19
- {% if commit.github .pr_number %} (<https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}/pull/{{ commit.github .pr_number }}>){%- endif %}
19
+ {% if commit.remote .pr_number %} (<https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}/pull/{{ commit.remote .pr_number }}>){%- endif %}
20
20
{% endif %}\
21
21
{% endfor %}\
22
22
{% for group, commits in commits | group_by(attribute="scope") %}\
23
23
{% for commit in commits %}\
24
24
- **{{commit.scope}}**: {{ commit.message | upper_first }}\
25
- {% if commit.github .pr_number %} (<https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}/pull/{{ commit.github .pr_number }}>){%- endif %}
25
+ {% if commit.remote .pr_number %} (<https://github.com/{{ remote.github.owner }}/{{ remote.github.repo }}/pull/{{ commit.remote .pr_number }}>){%- endif %}
26
26
{% endfor %}\
27
27
{% endfor %}
28
28
{% endfor %}
You can’t perform that action at this time.
0 commit comments