We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87601a commit db8cc3eCopy full SHA for db8cc3e
pyproject.toml
@@ -184,11 +184,11 @@ version_toml = ["pyproject.toml:project.version"]
184
version_variables = ["stagehand/__init__.py:__version__"]
185
assets = []
186
build_command_env = []
187
-build_command = "python -m build" # TODO move to uv
+build_command = "python -m build" # TODO move to uv
188
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
189
commit_parser = "conventional"
190
logging_use_named_masks = false
191
-major_on_zero = false # set this to true when ready for v1
+major_on_zero = false # set this to true when ready for v1
192
allow_zero_version = true
193
no_git_verify = false
194
tag_format = "v{version}"
0 commit comments