fix unknown command --last-tag

This commit is contained in:
ralf 2023-11-22 10:06:39 +02:00
parent 2331fc4135
commit 1752864aea

View File

@ -22,7 +22,7 @@ $config = array(
'packaging' => date('Ymd'), // '20160520'
'branch' => 'master', // checked out branch
'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__.'/../..'),
'egw_buildroot' => '/tmp/build_root/epl_23.1_buildroot',
'sourcedir' => '~/download/archives/egroupware-23.1',