Skip to content

Commit 953451a

Browse files
committed
Invert towncrier logic
Towncrier 22.8 has fixed the logic such that single_file=False really means single_file=False so invert the logic.
1 parent 31a06db commit 953451a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ filterwarnings = [
244244
package = "qcodes"
245245
name = "QCoDeS"
246246
directory = "docs/changes/newsfragments"
247-
single_file = true
247+
single_file = false
248248
filename = "docs/changes/{version}.rst"
249249
issue_format = ":pr:`{issue}`"
250250

0 commit comments

Comments
 (0)