Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#25] Invalid Version: [[]] when no tag can be found
If no matching tag can be found, the semver library still attempts to create a tag with the string "". This in turn generates an exception, which is now caught, and we return null to indicate that no tag was found.
- Loading branch information