Skip to content

Commit

Permalink
Merge pull request #298 from supabase-community/j0/fix_version_toml
Browse files Browse the repository at this point in the history
fix: update version options
  • Loading branch information
J0 committed Aug 23, 2023
2 parents 3c9984b + 3c38c2b commit b66f958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ pygithub = "^1.57"

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

Expand Down

0 comments on commit b66f958

Please sign in to comment.