Closed bobo96run closed 2 years ago
Fix #20
Add null and false possible values to match option, in order to prevent any --match flag on the git-describe command.
null
false
match
--match
git-describe
Correctly handled by JS code (see #20)
Apologies, I didn't have watch on this repository (I have corrected this).
This looks good to me! Thanks for the PR
Fix #20
Add
null
andfalse
possible values tomatch
option, in order to prevent any--match
flag on thegit-describe
command.Correctly handled by JS code (see #20)