Skip to content

Tag parser seem to remove all "v" from version tags by default #18

@jabdoa2

Description

@jabdoa2

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

  1. Tag a commit as ``v0.56-dev.0`
  2. Add some commits on top
  3. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions