Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit b66f958

Browse files
authored
Merge pull request #298 from supabase-community/j0/fix_version_toml
fix: update version options
2 parents 3c9984b + 3c38c2b commit b66f958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ pygithub = "^1.57"
3737

3838
[tool.semantic_release]
3939
version_variable = "gotrue/__init__.py:__version__"
40-
version_toml = "pyproject.toml:tool.poetry.version"
40+
version_toml = ["pyproject.toml:tool.poetry.version"]
4141
major_on_zero = false
4242
commit_subject = "chore(release): bump version to v{version}"
4343
build_command = "curl -sSL https://install.python-poetry.org | python - && export PATH=\"/github/home/.local/bin:$PATH\" && poetry install && poetry build"
44-
upload_to_repository = true
44+
upload_to_vcs_release = true
4545
branch = "main"
4646
changelog_components = "semantic_release.changelog.changelog_headers,semantic_release.changelog.compare_url"
4747

0 commit comments

Comments
 (0)