Skip to content

Commit 916ce9a

Browse files
committed
track version variables with psr instead of bumpversion
1 parent e35223b commit 916ce9a

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.bumpversion.cfg

Lines changed: 0 additions & 12 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ skip_gitignore = true
180180
skip_glob = ["**/venv/**", "**/.venv/**", "**/__pycache__/**"]
181181

182182
[tool.semantic_release]
183+
version_toml = ["pyproject.toml:project.version"]
184+
version_variables = ["stagehand/__init__.py:__version__"]
183185
assets = []
184186
build_command_env = []
185187
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"

0 commit comments

Comments
 (0)