Hash :
3ffb7e73
Author :
Date :
2025-07-16T19:43:27
doc: Add text format sections to release notes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
[tool.towncrier]
name = "libxkbcommon"
directory = "changes"
filename = "NEWS.md"
start_string = "<!-- towncrier release notes start -->\n"
all_bullets = true
single_file = true
orphan_prefix = "+"
title_format = """\
{name} [{version}] – {project_date}
==================================
[{version}]: https://github.com/xkbcommon/libxkbcommon/tree/xkbcommon-{version}\
"""
issue_format = "[#{issue}](https://github.com/xkbcommon/libxkbcommon/issues/{issue})"
# Sections configuration
[[tool.towncrier.section]]
name = "Keymap text format"
path = "keymap-text-format"
[[tool.towncrier.section]]
name = "Rules text format"
path = "rules-text-format"
[[tool.towncrier.section]]
name = "API"
path = "api"
[[tool.towncrier.section]]
name = "Tools"
path = "tools"
[[tool.towncrier.section]]
name = "Build system"
path = "build"
# Fragments configuration
[[tool.towncrier.type]]
directory = "breaking"
name = "Breaking changes"
showcontent = true
[[tool.towncrier.type]]
directory = "deprecated"
name = "Deprecated"
showcontent = true
[[tool.towncrier.type]]
directory = "feature"
name = "New"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Fixes"
showcontent = true