We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7084308 commit a14a91cCopy full SHA for a14a91c
backend/pyproject.toml
@@ -44,3 +44,7 @@ dependencies = {file = "requirements/base.in"}
44
[tool.setuptools.packages.find]
45
include = ["sample_plugin*"]
46
exclude = ["sample_plugin.tests*"]
47
+
48
+[tool.semantic_release.changelog.default_templates]
49
+changelog_file = "CHANGELOG.rst"
50
+output_format = "rst"
0 commit comments