From b55baabb4800e074f0f08684874947052ecb9195 Mon Sep 17 00:00:00 2001 From: Jermiah Date: Fri, 15 Mar 2024 20:27:53 +0000 Subject: [PATCH] fix: wrong group in toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"