We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26d1985 commit e555f99Copy full SHA for e555f99
1 file changed
backend/pyproject.toml
@@ -47,6 +47,11 @@ exclude = ["sample_plugin.tests*"]
47
[tool.semantic_release]
48
build_command = "pip install build && python -m build"
49
50
+[tool.semantic_release.commit_parser_options]
51
+# Because this repo is meant to be an example, docs changes are relevant
52
+# feature changes and so should produces new releases.
53
+minor_tags = ["feat", "docs"]
54
+
55
[tool.setuptools_scm]
56
# The root for the gith repo is one directory up.
57
root = ".."
0 commit comments