forked from vfarcic/dot-ai-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (30 loc) · 959 Bytes
/
pyproject.toml
File metadata and controls
35 lines (30 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[tool.towncrier]
directory = "changelog.d"
filename = "docs/CHANGELOG.md"
title_format = "## [{version}] - {project_date}"
issue_format = "[#{issue}](https://github.com/vfarcic/dot-ai-stack/issues/{issue})"
# feature: New user-facing functionality (users directly interact with or benefit from this)
[[tool.towncrier.type]]
directory = "feature"
name = "Features"
showcontent = true
# bugfix: Bug fixes
[[tool.towncrier.type]]
directory = "bugfix"
name = "Bug Fixes"
showcontent = true
# breaking: Breaking changes that require user action
[[tool.towncrier.type]]
directory = "breaking"
name = "Breaking Changes"
showcontent = true
# doc: Documentation improvements only
[[tool.towncrier.type]]
directory = "doc"
name = "Documentation"
showcontent = true
# misc: Internal improvements, CI/CD, tooling, refactoring (improves the project but users don't directly see it)
[[tool.towncrier.type]]
directory = "misc"
name = "Other Changes"
showcontent = true