mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
release.pl: don't include .patch on update-news.pl call
This commit is contained in:
parent
14c21a14ad
commit
ef08339803
@ -166,7 +166,7 @@ run( "scripts/create_changelog.sh", "create_changelog.sh failed" );
|
||||
run( "perl -i -pe 's#<releases>#<releases>\n <release version=\"$newmajor.$newminor.$newpatch\" date=\"" . strftime("%Y-%m-%d", localtime) . "\" />#' linux/org.qgis.qgis.appdata.xml.in", "appdata update failed" );
|
||||
|
||||
unless( $dopoint ) {
|
||||
my $v = ($doltr && ($major>3 || ($major==3 && $minor>=4))) ? "$newmajor.$newminor-LTR" : "$newmajor.$newminor.0";
|
||||
my $v = ($doltr && ($major>3 || ($major==3 && $minor>=4))) ? "$newmajor.$newminor-LTR" : "$newmajor.$newminor";
|
||||
run( "scripts/update-news.pl $v '$newreleasename'", "could not update news" ) if $major>2 || ($major==2 && $minor>14);
|
||||
|
||||
run( "git commit -n -a -m \"changelog and news update for $release\"", "could not commit changelog and news update" );
|
||||
|
Loading…
x
Reference in New Issue
Block a user