14 lines
282 B
TOML
14 lines
282 B
TOML
#:schema https://json.schemastore.org/pyproject.json
|
|
|
|
[tool.semantic_release]
|
|
commit_parser = "angular"
|
|
version_toml = []
|
|
tag_format = "v{version}"
|
|
|
|
[tool.semantic_release.remote]
|
|
type = "gitea"
|
|
domain = "git.maximhutz.com"
|
|
|
|
[tool.semantic_release.remote.token]
|
|
env = "GITEA_TOKEN"
|