Skip to content

Commit

Permalink
release.pl: fix dryrun comment (followup a934b01)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 26, 2016
1 parent ae347bf commit 75d6a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.pl
Expand Up @@ -153,7 +153,7 @@ ($$)
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" );

Expand Down

0 comments on commit 75d6a19

Please sign in to comment.