Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/config/version_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,10 @@ setup(
### Step 3: Install and Use

1. Install your provider package:
Once your custom Commitizen provider is packaged and published (for example, to PyPI), install it like any standard Python dependency:

```bash
pip install -e .
pip install my-commitizen-provider
Comment thread
noirbizarre marked this conversation as resolved.
Outdated
```

2. Configure Commitizen to use your provider:
Expand Down