From 435c87f7fcfd6d3b90e0b6746ecaa6ced38810bd Mon Sep 17 00:00:00 2001 From: Pierre Le Marre Date: Mon, 25 Nov 2024 10:49:14 +0100 Subject: [PATCH] changelog: Fix release title format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Towncrier doc states that the `underlines` setting is not used with Markdown files, so let’s apply the tag ourselves. --- towncrier.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/towncrier.toml b/towncrier.toml index fdf1b40b..a84ba935 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -6,8 +6,10 @@ start_string = "\n" all_bullets = true single_file = true orphan_prefix = "+" -underlines = ["=", "-", ""] -title_format = "{name} [{version}](https://github.com/xkbcommon/libxkbcommon/tree/xkbcommon-{version}) - {project_date}" +title_format = """\ +{name} [{version}](https://github.com/xkbcommon/libxkbcommon/tree/xkbcommon-{version}) - {project_date} +=============================================================================================\ +""" issue_format = "[#{issue}](https://github.com/xkbcommon/libxkbcommon/issues/{issue})" # Sections configuration