Edit

kc3-lang/libxkbcommon/towncrier.toml

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2025-01-30 14:21:00
    Hash : 76740e0c
    Message : Bump version to 1.8.0 and update changelog

  • 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 = "feature"
    name = "New"
    showcontent = true
    
    [[tool.towncrier.type]]
    directory = "bugfix"
    name = "Fixes"
    showcontent = true