Replies: 1 comment 16 replies
-
Hello!
Yup, that's the correct usage. Is the problem that you're not getting the next tag you're expecting? |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to generate a new whole changelog with already present a first tag.
I tried doing
git cliff -o
--> leads to a changelog with all commits under unreleasedgit cliff --bump -o
--> leads to a changelog with all commits under next tagContext: already present a 1.0.0 tag
My goal is to achieve a changelog like:
Beta Was this translation helpful? Give feedback.
All reactions