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.
2 parents 1ba2208 + 610eb8b commit a06ad63Copy full SHA for a06ad63
1 file changed
docs/bump.md
@@ -89,21 +89,21 @@ cz bump --tag_format="v$version"
89
```
90
91
```bash
92
-cz bump --tag_format="v$minor.$major.$path$prerelease"
+cz bump --tag_format="v$minor.$major.$patch$prerelease"
93
94
95
In your `pyproject.toml` or `.cz.toml`
96
97
```toml
98
[tool.commitizen]
99
-tag_format = "v$minor.$major.$path$prerelease"
+tag_format = "v$minor.$major.$patch$prerelease"
100
101
102
Or in your `.cz` (TO BE DEPRECATED)
103
104
105
[commitizen]
106
-tag_format = v$minor.$major.$path$prerelease
+tag_format = v$minor.$major.$patch$prerelease
107
108
109
The variables must be preceded by a `$` sign.
0 commit comments