-
I'm looking to generate a changelog starting from a specified commit. I know I can specify a range, but I cannot seem to be able to combine it with Basically, I want to exclude all commits before a given SHA, as if they never existed. Is this possible with git-cliff ? |
Beta Was this translation helpful? Give feedback.
Answered by
nhedger
Nov 19, 2023
Replies: 1 comment
-
Don't know what I did wrong in the first place, but combining
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
orhun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't know what I did wrong in the first place, but combining
--unreleased
with a range actually works well.