Files
RedBear-OS/local/recipes/libs/libxkbcommon/source/towncrier.toml
T
vasilito 04b7641e85 config: add x11proto dependency for libxau and SDDM
- Add x11proto to redbear-full.toml package list
- libxau recipe updated with x11proto dependency and custom build script
- Fixes libxau build failure: 'Package xproto was not found'
2026-06-20 14:57:46 +03:00

43 lines
915 B
TOML

[tool.towncrier]
name = "libxkbcommon"
directory = "changes"
filename = "NEWS.md"
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}"
issue_format = "[#{issue}](https://github.com/xkbcommon/libxkbcommon/issues/{issue})"
# Sections configuration
[[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 = "feature"
name = "New"
showcontent = true
[[tool.towncrier.type]]
directory = "bugfix"
name = "Fixes"
showcontent = true