From 1a33099c2d1450f6c6146f670f492e313e9273c5 Mon Sep 17 00:00:00 2001 From: Serpa <74364272+serpa-dystematic@users.noreply.github.com> Date: Fri, 15 Jan 2021 16:29:15 +0000 Subject: [PATCH] docs(bump): update cli tag format flag --- docs/bump.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bump.md b/docs/bump.md index 668120588d..e78b92265c 100644 --- a/docs/bump.md +++ b/docs/bump.md @@ -167,11 +167,11 @@ It is used to read the format from the git tags, and also to generate the tags. Commitizen supports 2 types of formats, a simple and a more complex. ```bash -cz bump --tag_format="v$version" +cz bump --tag-format="v$version" ``` ```bash -cz bump --tag_format="v$minor.$major.$patch$prerelease" +cz bump --tag-format="v$minor.$major.$patch$prerelease" ``` In your `pyproject.toml` or `.cz.toml`