You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Good catch! It is fixed in e444615. Default configuration removes only the leading "v" from the tag now.
This changes will be shipped with the upcoming release so feel free to try out and report bugs by either pulling the docker image or building from source.
Describe the bug
In the Mission Pinball Framework we tag our commits as
v0.56-dev.0
for development releases. Unfortunately, ingit cliff
those 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 cliff
Expected behavior
I would like cliff to show
0.56-dev.0
in the headline instead of0.56-de.0
.Screenshots/Logs
The text was updated successfully, but these errors were encountered: