Skip to content

Commit

Permalink
docs: correct version_toml example in migrating_from_v7.rst (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzdjb committed Jul 18, 2023
1 parent cda050c commit 325d5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migrating_from_v7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -579,11 +579,11 @@ simply wrap the value in ``[]``:
# Python Semantic Release v7 configuration
[tool.semantic_release]
version_toml = "tool.poetry.version:{version}"
version_toml = "pyproject.toml:tool.poetry.version"
# Python Semantic Release v8 configuration
[tool.semantic_release]
version_toml = ["tool.poetry.version:{version}"]
version_toml = ["pyproject.toml:tool.poetry.version"]
.. _breaking-tag-format-validation:
Expand Down

0 comments on commit 325d5e0

Please sign in to comment.