Skip to content

Commit 2fbc110

Browse files
add towncrier config - releasing needs fixing
1 parent 79ae5a2 commit 2fbc110

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

Diff for: changelog.d/.keep

Whitespace-only changes.

Diff for: changelog.d/320.misc.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add towncrier configuration

Diff for: changelog.d/320.removal.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
remove python3.8 support

Diff for: pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,7 @@ module = [
111111
"gevent.thread.*",
112112
]
113113
ignore_missing_imports = true
114+
115+
[tool.towncrier]
116+
filename = "CHANGELOG.rst"
117+
directory = "changelog.d"

0 commit comments

Comments
 (0)