Skip to content

Commit

Permalink
chore: update PSR version_variables config
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Oct 11, 2023
1 parent 62e5da5 commit 3a52f49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ furo = ">=2023.5.20"
[tool.semantic_release]
branch = "main"
version_toml = ["pyproject.toml:tool.poetry.version"]
version_variable = "src/django_codemod/__init__.py:__version__"
version_variables = [
"src/django_codemod/__init__.py:__version__",
]
build_command = "pip install poetry && poetry build"

[tool.semantic_release.changelog]
Expand Down

0 comments on commit 3a52f49

Please sign in to comment.