Skip to content

Commit

Permalink
fix: make release version semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
eliias committed Aug 21, 2024
1 parent 166f009 commit 29b4c7c
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 @@ -48,7 +48,7 @@ commit_message = "{version}\n\nAutomatically generated by python-semantic-releas
commit_parser = "angular"
logging_use_named_masks = false
major_on_zero = true
allow_zero_version = true
allow_zero_version = false
no_git_verify = false
tag_format = "v{version}"
version_toml = [
Expand Down

0 comments on commit 29b4c7c

Please sign in to comment.