tvdstaaij / node-git-describe

Git describe information at runtime, with semver support
36 stars 5 forks source link

fix(types): Add null/false as options for `match`, to not pass `--match` onwards #21

Closed bobo96run closed 2 years ago

bobo96run commented 3 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.

Correctly handled by JS code (see #20)

TimothyJones commented 2 years ago

Apologies, I didn't have watch on this repository (I have corrected this).

This looks good to me! Thanks for the PR