forked from sanic-org/sanic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sanic-org#1631: fix pyproject toml indentation
Signed-off-by: Harsha Narayana <[email protected]>
- Loading branch information
1 parent
95a0b2d
commit 3842eb3
Showing
2 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
[tool.towncrier] | ||
package = "sanic" | ||
package_dir = "." | ||
filename = "../CHANGELOG.rst" | ||
directory = "./changelogs" | ||
underlines = ["=", "*", "~"] | ||
issue_format = "`#{issue} <https://github.com/huge-success/sanic/issues/{issue}>`__" | ||
title_format = "Version {version}" | ||
package = "sanic" | ||
package_dir = "." | ||
filename = "../CHANGELOG.rst" | ||
directory = "./changelogs" | ||
underlines = ["=", "*", "~"] | ||
issue_format = "`#{issue} <https://github.com/huge-success/sanic/issues/{issue}>`__" | ||
title_format = "Version {version}" | ||
|
||
[[tool.towncrier.type]] | ||
directory = "feature" | ||
name = "Features" | ||
showcontent = true | ||
directory = "feature" | ||
name = "Features" | ||
showcontent = true | ||
|
||
[[tool.towncrier.type]] | ||
directory = "bugfix" | ||
name = "Bugfixes" | ||
showcontent = true | ||
directory = "bugfix" | ||
name = "Bugfixes" | ||
showcontent = true | ||
|
||
[[tool.towncrier.type]] | ||
directory = "doc" | ||
name = "Improved Documentation" | ||
showcontent = true | ||
directory = "doc" | ||
name = "Improved Documentation" | ||
showcontent = true | ||
|
||
[[tool.towncrier.type]] | ||
directory = "removal" | ||
name = "Deprecations and Removals" | ||
showcontent = true | ||
directory = "removal" | ||
name = "Deprecations and Removals" | ||
showcontent = true | ||
|
||
[[tool.towncrier.type]] | ||
directory = "misc" | ||
name = "Miscellaneous internal changes" | ||
showcontent = true | ||
directory = "misc" | ||
name = "Miscellaneous internal changes" | ||
showcontent = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters