Skip to content

Commit 4eee661

Browse files
committed
fix: verhindere automatische Übergänge von 0.x.x auf 1.0.0 in der Semantic Release-Konfiguration
1 parent dc37243 commit 4eee661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ version_variables = [
101101
branch = "main"
102102
build_command = "python -m build"
103103
upload_to_vcs_release = true
104+
major_on_zero = false # Prevents automatic 0.x.x -> 1.0.0 transition
104105

105106
# Changelog configuration
106107
changelog_file = "CHANGELOG.md"

0 commit comments

Comments
 (0)