Skip to content

Commit 6153fec

Browse files
committed
changelog: Fix release title format
Towncrier doc states that the `underlines` setting is not used with Markdown files, so let’s apply the tag ourselves.
1 parent b1b9ff6 commit 6153fec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

towncrier.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ start_string = "<!-- towncrier release notes start -->\n"
66
all_bullets = true
77
single_file = true
88
orphan_prefix = "+"
9-
underlines = ["=", "-", ""]
10-
title_format = "{name} [{version}](https://github.com/xkbcommon/libxkbcommon/tree/xkbcommon-{version}) - {project_date}"
9+
title_format = """\
10+
{name} [{version}](https://github.com/xkbcommon/libxkbcommon/tree/xkbcommon-{version}) - {project_date}
11+
=============================================================================================\
12+
"""
1113
issue_format = "[#{issue}](https://github.com/xkbcommon/libxkbcommon/issues/{issue})"
1214

1315
# Sections configuration

0 commit comments

Comments
 (0)