mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
fix unknown command --last-tag
This commit is contained in:
parent
2331fc4135
commit
1752864aea
@ -22,7 +22,7 @@ $config = array(
|
|||||||
'packaging' => date('Ymd'), // '20160520'
|
'packaging' => date('Ymd'), // '20160520'
|
||||||
'branch' => 'master', // checked out branch
|
'branch' => 'master', // checked out branch
|
||||||
'tag' => '$version.$packaging', // name of tag
|
'tag' => '$version.$packaging', // name of tag
|
||||||
'last-tag' => null, // tag to generate changelog from, default latest tag of given branch
|
'last-tag' => '', // tag to generate changelog from, default latest tag of given branch
|
||||||
'checkoutdir' => '~/epl-23.1-checkout', //realpath(__DIR__.'/../..'),
|
'checkoutdir' => '~/epl-23.1-checkout', //realpath(__DIR__.'/../..'),
|
||||||
'egw_buildroot' => '/tmp/build_root/epl_23.1_buildroot',
|
'egw_buildroot' => '/tmp/build_root/epl_23.1_buildroot',
|
||||||
'sourcedir' => '~/download/archives/egroupware-23.1',
|
'sourcedir' => '~/download/archives/egroupware-23.1',
|
||||||
|
Loading…
Reference in New Issue
Block a user