Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 1ce0454

Browse files
committed
repo: Adjust towncrier tpl. not to insert linebreak before issue no.
1 parent 0ecd241 commit 1ce0454

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

changes/template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
{{ text }}
1717
{%- else %}
1818

19-
* {{ text }}
20-
{{ values|join(',\n ') }}
19+
* {{ text }} {{ values|join(',\n ') }}
2120
{%- endif %}
2221

2322
{%- endfor %}

0 commit comments

Comments
 (0)