Skip to content

Commit

Permalink
fix: wrong group in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Mar 15, 2024
1 parent af61beb commit b55baab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b55baab

Please sign in to comment.