build(meta): Set custom towncrier news topics

This commit is contained in:
hygienic-books 2022-05-01 04:23:28 +02:00
parent 08d31d9965
commit e0f4ced1ad

View File

@ -11,14 +11,26 @@
package = "kodi-timekeeper"
package_dir = "src"
filename = "CHANGELOG.md"
[tool.towncrier.fragment.build]
[tool.towncrier.fragment.chore]
[tool.towncrier.fragment.ci]
[tool.towncrier.fragment.docs]
[tool.towncrier.fragment.feat]
[tool.towncrier.fragment.fix]
[tool.towncrier.fragment.perf]
[tool.towncrier.fragment.refactor]
[tool.towncrier.fragment.revert]
[tool.towncrier.fragment.style]
[tool.towncrier.fragment.test]
type = [
{ name = "Features", directory = "feat", showcontent = true },
{ name = "Bug fixes", directory = "fix", showcontent = true },
{ name = "Project structure", directory = "build", showcontent = true },
]
# New format is in the works, not yet part of towncrier 21.9.0
# News topics from which we may want to choose:
# [tool.towncrier.fragment.build]
# [tool.towncrier.fragment.chore]
# [tool.towncrier.fragment.ci]
# [tool.towncrier.fragment.docs]
# [tool.towncrier.fragment.feat]
# [tool.towncrier.fragment.fix]
# [tool.towncrier.fragment.perf]
# [tool.towncrier.fragment.refactor]
# [tool.towncrier.fragment.revert]
# [tool.towncrier.fragment.style]
# [tool.towncrier.fragment.test]
# [tool.towncrier.fragment.deprecation]
# [tool.towncrier.fragment.remove]
# [tool.towncrier.fragment.trivial]
# [tool.towncrier.fragment.meta]