Skip to content

Commit 9924180

Browse files
authored
doc: inverse major and minor
In the example, the major an minor keyword were set in a strange order. I changed it to stay consistent with PEP
1 parent 4309813 commit 9924180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/bump.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ In your `pyproject.toml` or `.cz.toml`
199199

200200
```toml
201201
[tool.commitizen]
202-
tag_format = "v$minor.$major.$patch$prerelease"
202+
tag_format = "v$major.$minor.$patch$prerelease"
203203
```
204204

205205
The variables must be preceded by a `$` sign.

0 commit comments

Comments
 (0)