Skip to content
Snippets Groups Projects
pyproject.toml 684 B
Newer Older
  • Learn to ignore specific revisions
  • [tool.towncrier]
    
        package = "_zkapauthorizer"
    
        package_dir = "src"
        filename = "ChangeLog.rst"
    
        [[tool.towncrier.type]]
            directory = "feature"
            name = "Features"
            showcontent = true
    
        [[tool.towncrier.type]]
            directory = "bugfix"
            name = "Bugfixes"
            showcontent = true
    
        [[tool.towncrier.type]]
            directory = "doc"
            name = "Improved Documentation"
            showcontent = true
    
        [[tool.towncrier.type]]
            directory = "removal"
            name = "Deprecations and Removals"
            showcontent = true
    
        [[tool.towncrier.type]]
            directory = "misc"
            name = "Misc"
            showcontent = false