Edit

kc3-lang/libxkbcommon/towncrier.toml

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2025-05-16 14:06:18
    Hash : 7888474d
    Message : Bump version to 1.10.0

  • towncrier.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 = "+"
    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 = "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