Skip to content

470 Broken Tap Version: Fixed the issue occuring when the ParseConfig method...

Rolf Madsen requested to merge 470-BrokenTapVersion into master

470 Broken Tap Version: Fixed the issue occuring when the ParseConfig method gets a non-semantic version string and generates a null-Version. Now it will search all though the repo for a valid git version.

Now if it detects a wrong version it will look like this:

[...]
Updating package version.
Unable to parse version specification 0.2.0.0. It is not a valid semantic version.
Using 0.2.0 as version instead.
Package version is 0.2.0-beta.2+ee109dc2
[...]

Closes #470

Edited by Rolf Madsen

Merge request reports

Loading