Skip to content

Commit a14a91c

Browse files
committed
build: Add minimal config needed for python-semantic-release
1 parent 7084308 commit a14a91c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ dependencies = {file = "requirements/base.in"}
4444
[tool.setuptools.packages.find]
4545
include = ["sample_plugin*"]
4646
exclude = ["sample_plugin.tests*"]
47+
48+
[tool.semantic_release.changelog.default_templates]
49+
changelog_file = "CHANGELOG.rst"
50+
output_format = "rst"

0 commit comments

Comments
 (0)