mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
release.pl: fix dryrun comment (followup a934b01)
This commit is contained in:
parent
ae347bfd89
commit
75d6a19ae8
@ -153,7 +153,7 @@ print "Updating changelog...\n";
|
||||
run( "scripts/create_changelog.sh", "create_changelog.sh failed" );
|
||||
|
||||
unless( $dopoint ) {
|
||||
run( "scripts/update-news.pl $newmajor $newminor '$release'" ) if $major>2 || ($major==2 && $minor>14);
|
||||
run( "scripts/update-news.pl $newmajor $newminor '$release'", "could not update news" ) if $major>2 || ($major==2 && $minor>14);
|
||||
|
||||
run( "git commit -a -m \"changelog and news update for $release\"", "could not commit changelog and news update" );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user