1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-05 15:58:24 +03:00

docs(readme): clarify that --tag argument can be an unexisting tag

This commit is contained in:
Orhun Parmaksız 2022-04-28 12:43:57 +03:00
parent bb6645ad06
commit d540f5d893
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -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
```