Skip to content

Commit e555f99

Browse files
committed
build: Tag new version on docs changes.
1 parent 26d1985 commit e555f99

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

backend/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ exclude = ["sample_plugin.tests*"]
4747
[tool.semantic_release]
4848
build_command = "pip install build && python -m build"
4949

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+
5055
[tool.setuptools_scm]
5156
# The root for the gith repo is one directory up.
5257
root = ".."

0 commit comments

Comments
 (0)