We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fa331 commit 190ec19Copy full SHA for 190ec19
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