diff --git a/pyproject.toml b/pyproject.toml index 08e2376..4275e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,8 @@ upload_to_release = true # auto-create GitHub release remove_dist = false # don't remove dists patch_without_tag = true # patch release by default -[tool.semantic_release.branches] -include = ["main", "dockerfile"] # only release from these branches +[tool.semantic_release.branches.main] +match = "(main|dockerfile)" [tool.poetry.scripts] readii = "readii.pipeline:main"