Skip to content

Commit fdfb4ae

Browse files
bearomorphismLee-W
andauthored
Update docs/config/version_provider.md
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
1 parent 449ac4d commit fdfb4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/version_provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ version = "0.1.0" # Managed by Commitizen
7272

7373
### `poetry`
7474

75-
Manages version in `pyproject.toml` under the `tool.poetry.version` field, which is used by the Poetry package manager.
75+
Manages version in `pyproject.toml` under the `tool.poetry.version` field, which is used by the [Poetry](https://python-poetry.org/) package manager. This approach is recommended only for users running Poetry versions earlier than 2.0 or relying on Poetry-specific features. For most users on Poetry 2.0 or later, it is recommended to use `pep621` instead. [Read More](https://python-poetry.org/)
7676

7777
**Use when:**
7878
- You're using Poetry as your Python package manager

0 commit comments

Comments
 (0)