Describe the bug
In the Mission Pinball Framework we tag our commits as v0.56-dev.0 for development releases. Unfortunately, in git cliff those show up as 0.56-de.0 (notice the missing v).
Is there any guide how to change the tag regex? Standard perl syntax does not seem to work.
To Reproduce
- Tag a commit as ``v0.56-dev.0`
- Add some commits on top
- Run
git cliff
Expected behavior
I would like cliff to show 0.56-dev.0 in the headline instead of 0.56-de.0.
Screenshots/Logs
## [0.56-de.0] - 2021-07-25
Describe the bug
In the Mission Pinball Framework we tag our commits as
v0.56-dev.0for development releases. Unfortunately, ingit cliffthose show up as0.56-de.0(notice the missingv).Is there any guide how to change the tag regex? Standard perl syntax does not seem to work.
To Reproduce
git cliffExpected behavior
I would like cliff to show
0.56-dev.0in the headline instead of0.56-de.0.Screenshots/Logs