We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c335f5 commit 6b8ac42Copy full SHA for 6b8ac42
docs/README.md
@@ -58,10 +58,18 @@ You can add it to your local project using one of these:
58
pip install -U commitizen
59
```
60
61
+for Poetry >= 1.2.0:
62
+
63
```bash
64
poetry add commitizen --group dev
65
66
67
+for Poetry < 1.2.0:
68
69
+```bash
70
+poetry add commitizen --dev
71
+```
72
73
### macOS
74
75
On macOS, it can also be installed via [homebrew](https://formulae.brew.sh/formula/commitizen):
0 commit comments