Skip to content

Commit d09c085

Browse files
authored
Merge pull request #421 from 12rambau/patch-1
doc: inverse major and minor
2 parents 4309813 + 9924180 commit d09c085

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)