1
0
Fork 0

normalize version to provide consistent output from package version vs vcs version

pull/5328/head
Steve Buzonas 2016-06-03 17:57:23 -04:00
parent 64afdcc2aa
commit 7b6e06c686
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ EOT
'ref' => $previousRef 'ref' => $previousRef
), ),
'current' => array( 'current' => array(
'version' => $currentVersion['version'], 'version' => $parser->normalize($currentVersion['version']),
'ref' => $currentVersion['commit'], 'ref' => $currentVersion['commit'],
), ),
); );