Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9924180

Browse files
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /