File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ body = """
31
31
- {% if commit.scope %}**{{ commit.scope }}:** {% endif %}\
32
32
{% if commit.breaking %}[**breaking**] {% endif %}\
33
33
{% if commit.extra.pr_link %}\
34
- {{ commit.message | upper_first | replace(from=commit.extra.raw_pr_link, to=commit.extra.pr_link) }}\
34
+ {{ commit.message | escape | upper_first | replace(from=commit.extra.raw_pr_link, to=commit.extra.pr_link) }}\
35
35
{% else %}\
36
- {{ commit.message | upper_first }}\
36
+ {{ commit.message | escape | upper_first }}\
37
37
{% endif %}\
38
38
{% if commit.extra.commit_link %} ([{{ commit.id | truncate(length = 7, end = "") }}]({{ commit.extra.commit_link }})){% endif %}\
39
39
{% if commit.remote.username and extra.is_release_notes %}\
You can’t perform that action at this time.
0 commit comments