1[tool.towncrier] 2 package = "" 3 directory = "newsfragments" 4 filename = "NEWS" 5 template = "tools/NEWS.template.jinja" 6 title_format = "\n## New with {version} (released {project_date})\n" 7 start_string = "<!--(towncrier release notes start)-->" 8 [[tool.towncrier.section]] 9 path = "" 10 11 [[tool.towncrier.type]] 12 directory = "security" 13 name = "Security fixes" 14 showcontent = false 15 16 [[tool.towncrier.type]] 17 directory = "backend" 18 name = "Backends" 19 showcontent = true 20 21 [[tool.towncrier.type]] 22 directory = "frontend" 23 name = "Frontends" 24 showcontent = true 25 26 [[tool.towncrier.type]] 27 directory = "removal" 28 name = "Deprecations and removals" 29 showcontent = true 30 31 [[tool.towncrier.type]] 32 directory = "misc" 33 name = "Miscellaneous" 34 showcontent = true 35