mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-22 01:22:20 +01:00
fix: fixed release upload
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user