Skip to content

Commit

Permalink
feat: added semantic-release version_varibale
Browse files Browse the repository at this point in the history
  • Loading branch information
tieandrews authored Jan 25, 2023
1 parent 8f084d6 commit 2e9ec1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sphinx-rtd-theme = "^1.1.1"
python-semantic-release = "^7.33.0"

[tool.semantic_release]
version_variable = "pyproject.toml:version" # version location
version_variable = "mercedestrenz/__init__.py:__version__" # version location
branch = "main" # branch to make releases of
changelog_file = "CHANGELOG.md" # changelog file
build_command = "poetry build" # build dists
Expand Down

0 comments on commit 2e9ec1e

Please sign in to comment.