pyproject.toml (606B)
1 [tool.towncrier] 2 filename = "CHANGELOG.md" 3 directory = "changelog.d" 4 issue_format = "[\\#{issue}](https://github.com/MTRNord/node-yara-rs/issues/{issue})" 5 6 [[tool.towncrier.type]] 7 directory = "feature" 8 name = "Features" 9 showcontent = true 10 11 [[tool.towncrier.type]] 12 directory = "bugfix" 13 name = "Bugfixes" 14 showcontent = true 15 16 [[tool.towncrier.type]] 17 directory = "doc" 18 name = "Improved Documentation" 19 showcontent = true 20 21 [[tool.towncrier.type]] 22 directory = "removal" 23 name = "Deprecations and Removals" 24 showcontent = true 25 26 [[tool.towncrier.type]] 27 directory = "misc" 28 name = "Internal Changes" 29 showcontent = true