Skip to content

Commit

Permalink
fix: disallow minor prerelease from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjholland committed Jan 2, 2025
1 parent c845663 commit 6b595f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ upload_to_release = false # disable GitHub release creation

[tool.semantic_release.branches.main]
match = "main"
prerelease = true
prerelease = false

[tool.mypy]
disallow_any_explicit = false
Expand Down

0 comments on commit 6b595f6

Please sign in to comment.