Replies: 1 comment 3 replies
-
|
Hi @f0ff886f , thanks for raising this 👋 Would you mind sharing your current |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to adopt git cliff, and so far its quite nice, but its also quite strict which makes it hard to adopt mid-project.
I have a range of commits that are simply not conventional, and every time I run git cliff I get the WARN log line that 11 commits were skipped.
The RANGE command line argument works perfectly, but what is the best way to encode that inside the cliff.toml so I don't have to remember it every time?
Also, what are we supposed to do with MR commits from GitLab? They are often titled
Merge branch 'feat/ci' into 'main', or have specifically something like:This now also creates a warning each time...
Beta Was this translation helpful? Give feedback.
All reactions