Skip to content

Commit ca7a557

Browse files
authored
Rename changelogs --> changes (#572)
* rename * reflect on pyproject.toml
1 parent b339d54 commit ca7a557

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = {file = "LICENSE"}
77
requires-python = ">=3.10,<4.0"
88

99
[tool.towncrier]
10-
directory = "changelogs"
10+
directory = "changes"
1111
filename = "changelog.md"
1212
start_string = "<!-- towncrier release notes start -->\n"
1313
underlines = ["", "", ""]
@@ -93,4 +93,4 @@ fixable = ["ALL"]
9393
combine-as-imports = true
9494

9595
[tool.ruff.format]
96-
docstring-code-format = true
96+
docstring-code-format = true

0 commit comments

Comments
 (0)