From d540f5d8938bc84b01b4fafaa69c3290eb72cd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Thu, 28 Apr 2022 12:43:57 +0300 Subject: [PATCH] docs(readme): clarify that `--tag` argument can be an unexisting tag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 502e3443e0..6258ecb81a 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ git cliff Set a tag for the "unreleased" changes: ```sh +# it doesn't have to be an existing tag git cliff --tag 1.0.0 ```