fix: fixed release upload
This commit is contained in:
parent
9d67ace30d
commit
361dc3a182
@ -45,9 +45,7 @@ skip-magic-trailing-comma = true
|
|||||||
|
|
||||||
[tool.semantic_release]
|
[tool.semantic_release]
|
||||||
build_command = "python -m build"
|
build_command = "python -m build"
|
||||||
version_toml = [
|
version_toml = ["pyproject.toml:project.version"]
|
||||||
"pyproject.toml:project.version",
|
|
||||||
]
|
|
||||||
|
|
||||||
[tool.semantic_release.commit_author]
|
[tool.semantic_release.commit_author]
|
||||||
env = "GIT_COMMIT_AUTHOR"
|
env = "GIT_COMMIT_AUTHOR"
|
||||||
@ -70,6 +68,11 @@ minor_tags = ["feat"]
|
|||||||
patch_tags = ["fix", "perf"]
|
patch_tags = ["fix", "perf"]
|
||||||
default_bump_level = 0
|
default_bump_level = 0
|
||||||
|
|
||||||
|
[tool.semantic_release.remote]
|
||||||
|
name = "origin"
|
||||||
|
type = "gitlab"
|
||||||
|
ignore_token_for_push = false
|
||||||
|
|
||||||
[tool.semantic_release.remote.token]
|
[tool.semantic_release.remote.token]
|
||||||
env = "GL_TOKEN"
|
env = "GL_TOKEN"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user