mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-24 19:51:09 +02:00
fix: upgraded pyproject.toml
This commit is contained in:
@ -44,42 +44,11 @@ line-length = 100
|
|||||||
skip-magic-trailing-comma = true
|
skip-magic-trailing-comma = true
|
||||||
|
|
||||||
[tool.semantic_release]
|
[tool.semantic_release]
|
||||||
assets = []
|
|
||||||
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
|
|
||||||
commit_parser = "angular"
|
|
||||||
logging_use_named_masks = false
|
|
||||||
major_on_zero = true
|
|
||||||
allow_zero_version = true
|
|
||||||
tag_format = "v{version}"
|
|
||||||
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.branches.main]
|
|
||||||
match = "(main|master)"
|
|
||||||
prerelease_token = "rc"
|
|
||||||
prerelease = false
|
|
||||||
|
|
||||||
[tool.semantic_release.changelog]
|
|
||||||
template_dir = "templates"
|
|
||||||
changelog_file = "CHANGELOG.md"
|
|
||||||
exclude_commit_patterns = []
|
|
||||||
|
|
||||||
[tool.semantic_release.changelog.environment]
|
|
||||||
block_start_string = "{%"
|
|
||||||
block_end_string = "%}"
|
|
||||||
variable_start_string = "{{"
|
|
||||||
variable_end_string = "}}"
|
|
||||||
comment_start_string = "{#"
|
|
||||||
comment_end_string = "#}"
|
|
||||||
trim_blocks = false
|
|
||||||
lstrip_blocks = false
|
|
||||||
newline_sequence = "\n"
|
|
||||||
keep_trailing_newline = false
|
|
||||||
extensions = []
|
|
||||||
autoescape = true
|
|
||||||
|
|
||||||
[tool.semantic_release.commit_author]
|
[tool.semantic_release.commit_author]
|
||||||
env = "GIT_COMMIT_AUTHOR"
|
env = "GIT_COMMIT_AUTHOR"
|
||||||
default = "semantic-release <semantic-release>"
|
default = "semantic-release <semantic-release>"
|
||||||
@ -101,11 +70,6 @@ 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