Closed chrisgahlert closed 6 years ago
When there are no versions deployed yet, the following happens:
currentVersion = "0" versionInfo = 0 nextVersion = 1 currentSnapshot = 1-SNAPSHOT versionPolicyResult = 1
However, I would expect that versionPolicyResult is 1.0. The PR should fix the problem.
versionPolicyResult
1.0
If I can find some time, I will add some tests! :)
Kind regards
Please rebase to current master, Travis should run again.
Rebase done! Kind regards ;)
@chrisgahlert, thanks
When there are no versions deployed yet, the following happens:
However, I would expect that
versionPolicyResult
is1.0
. The PR should fix the problem.If I can find some time, I will add some tests! :)
Kind regards