the-haive / FlexVersion

Easy and flexible creation of version-strings (++) based on information from the git-repo (commits, merges and tags).
MIT License
1 stars 0 forks source link

Allow fallback-version to be configured (with override option in API) #18

Open Spiralis opened 5 years ago

Spiralis commented 5 years ago

Currently if the version-source is not found it fails. We should instead use a fallback value that defaults to 0.0.0.

Also, the configured fallback should be allowed to be overridden from the API.