git-semver icon indicating copy to clipboard operation
git-semver copied to clipboard

format with pre-release number x.y.z.p

Open sentient opened this issue 1 year ago • 1 comments

I am trying to format with

git-semver -format x.y.z.p

to get a 4 digit number

e.g. if the tag is 1.2.3-dev

I would like to have the number 1.2.3.0 and on the next commit to get 1.2.3.1

How could I achieve that?

sentient avatar Mar 22 '23 19:03 sentient

This is currently not possible.

mdomke avatar Sep 21 '23 20:09 mdomke