File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -184,11 +184,12 @@ version_toml = ["pyproject.toml:project.version"]
184
184
version_variables = [" stagehand/__init__.py:__version__" ]
185
185
assets = []
186
186
build_command_env = []
187
+ build_command = " python -m build" # TODO move to uv
187
188
commit_message = " {version}\n\n Automatically generated by python-semantic-release"
188
189
commit_parser = " conventional"
189
190
logging_use_named_masks = false
190
191
major_on_zero = false # set this to true when ready for v1
191
- allow_zero_version = false
192
+ allow_zero_version = true
192
193
no_git_verify = false
193
194
tag_format = " v{version}"
194
195
@@ -198,7 +199,6 @@ prerelease_token = "rc"
198
199
prerelease = false
199
200
200
201
[tool .semantic_release .changelog ]
201
- changelog_file = " "
202
202
exclude_commit_patterns = []
203
203
mode = " update"
204
204
insertion_flag = " <!-- version list -->"
You can’t perform that action at this time.
0 commit comments