Skip to content

Commit 4277bd1

Browse files
Add performance news fragment type
1 parent 5ddf4a6 commit 4277bd1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

script/check_newsfragments.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"bugfix",
3535
"other",
3636
"internal",
37+
"performance",
3738
]
3839
)
3940
ISSUES_KEYWORDS = "|".join(VALID_ISSUES_KEYWORDS)

towncrier.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ showcontent = true
6565
directory = "internal"
6666
name = "Internal Changes"
6767
showcontent = true
68+
69+
[[tool.towncrier.type]]
70+
directory = "performance"
71+
name = "Performance Improvements"
72+
showcontent = true

0 commit comments

Comments
 (0)