-
-
Notifications
You must be signed in to change notification settings - Fork 283
Tag parser seem to remove all "v" from version tags by default #18
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working