diff --git a/pyproject.toml b/pyproject.toml index 43a13c4..2f83b22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,9 +45,7 @@ skip-magic-trailing-comma = true [tool.semantic_release] build_command = "python -m build" -version_toml = [ - "pyproject.toml:project.version", -] +version_toml = ["pyproject.toml:project.version"] [tool.semantic_release.commit_author] env = "GIT_COMMIT_AUTHOR" @@ -70,6 +68,11 @@ minor_tags = ["feat"] patch_tags = ["fix", "perf"] default_bump_level = 0 +[tool.semantic_release.remote] +name = "origin" +type = "gitlab" +ignore_token_for_push = false + [tool.semantic_release.remote.token] env = "GL_TOKEN"