Skip to content

Commit

Permalink
changelog: Fix release title format
Browse files Browse the repository at this point in the history
Towncrier doc states that the `underlines` setting is not used with
Markdown files, so let’s apply the tag ourselves.
  • Loading branch information
wismill committed Nov 25, 2024
1 parent b1b9ff6 commit 435c87f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions towncrier.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ start_string = "<!-- towncrier release notes start -->\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
Expand Down

0 comments on commit 435c87f

Please sign in to comment.