Skip to content

Commit 1a33099

Browse files
author
Serpa
authored
docs(bump): update cli tag format flag
1 parent 99d4024 commit 1a33099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/bump.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ It is used to read the format from the git tags, and also to generate the tags.
167167
Commitizen supports 2 types of formats, a simple and a more complex.
168168

169169
```bash
170-
cz bump --tag_format="v$version"
170+
cz bump --tag-format="v$version"
171171
```
172172

173173
```bash
174-
cz bump --tag_format="v$minor.$major.$patch$prerelease"
174+
cz bump --tag-format="v$minor.$major.$patch$prerelease"
175175
```
176176

177177
In your `pyproject.toml` or `.cz.toml`

0 commit comments

Comments
 (0)