show pretty version in both scenarios
parent
7b6e06c686
commit
576721946c
|
@ -112,11 +112,11 @@ EOT
|
||||||
if ($previousRef && $currentVersion['commit'] !== $previousRef) {
|
if ($previousRef && $currentVersion['commit'] !== $previousRef) {
|
||||||
$vcsVersionChanges[$targetDir] = array(
|
$vcsVersionChanges[$targetDir] = array(
|
||||||
'previous' => array(
|
'previous' => array(
|
||||||
'version' => $package->getVersion(),
|
'version' => $package->getPrettyVersion(),
|
||||||
'ref' => $previousRef
|
'ref' => $previousRef
|
||||||
),
|
),
|
||||||
'current' => array(
|
'current' => array(
|
||||||
'version' => $parser->normalize($currentVersion['version']),
|
'version' => $currentVersion['version'],
|
||||||
'ref' => $currentVersion['commit'],
|
'ref' => $currentVersion['commit'],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue