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

Commit 5155312

Browse files
author
Andrew Smith
authored
Merge pull request #341 from supabase-community/silentworks/add-correct-semantic-release-vars
Add correct variables for semantic release
2 parents 1bf3e5d + 738602e commit 5155312

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
exclude: '^.*\.(md|MD)$'
12
repos:
23
- repo: https://github.com/pre-commit/pre-commit-hooks
34
rev: v4.3.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ python-semantic-release = "^7.34.6"
3636
pygithub = "^1.57"
3737

3838
[tool.semantic_release]
39-
version_variable = "gotrue/__init__.py:__version__"
39+
version_variables = ["gotrue/__init__.py:__version__"]
4040
version_toml = ["pyproject.toml:tool.poetry.version"]
4141
major_on_zero = false
42-
commit_subject = "chore(release): bump version to v{version}"
42+
commit_message = "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"
4444
upload_to_vcs_release = true
4545
branch = "main"

0 commit comments

Comments
 (0)