Skip to content

Commit

Permalink
Invert towncrier logic
Browse files Browse the repository at this point in the history
Towncrier 22.8 has fixed the logic such that single_file=False
really means single_file=False so invert the logic.
  • Loading branch information
jenshnielsen committed Sep 6, 2022
1 parent 31a06db commit 953451a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ filterwarnings = [
package = "qcodes"
name = "QCoDeS"
directory = "docs/changes/newsfragments"
single_file = true
single_file = false
filename = "docs/changes/{version}.rst"
issue_format = ":pr:`{issue}`"

Expand Down

0 comments on commit 953451a

Please sign in to comment.