normalize version to provide consistent output from package version vs vcs version
parent
64afdcc2aa
commit
7b6e06c686
|
@ -116,7 +116,7 @@ EOT
|
|||
'ref' => $previousRef
|
||||
),
|
||||
'current' => array(
|
||||
'version' => $currentVersion['version'],
|
||||
'version' => $parser->normalize($currentVersion['version']),
|
||||
'ref' => $currentVersion['commit'],
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue