Line | |
---|
1 | [tool.towncrier] |
---|
2 | package = "wokkel" |
---|
3 | package_dir = "." |
---|
4 | filename = "NEWS.rst" |
---|
5 | |
---|
6 | [[tool.towncrier.type]] |
---|
7 | directory = "feature" |
---|
8 | name = "Features" |
---|
9 | showcontent = true |
---|
10 | |
---|
11 | [[tool.towncrier.type]] |
---|
12 | directory = "bugfix" |
---|
13 | name = "Fixes" |
---|
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 = "Misc" |
---|
29 | showcontent = false |
---|
Note: See
TracBrowser
for help on using the repository browser.