Skip to content

Commit 75d6a19

Browse files
committed
release.pl: fix dryrun comment (followup a934b01)
1 parent ae347bf commit 75d6a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ ($$)
153153
run( "scripts/create_changelog.sh", "create_changelog.sh failed" );
154154

155155
unless( $dopoint ) {
156-
run( "scripts/update-news.pl $newmajor $newminor '$release'" ) if $major>2 || ($major==2 && $minor>14);
156+
run( "scripts/update-news.pl $newmajor $newminor '$release'", "could not update news" ) if $major>2 || ($major==2 && $minor>14);
157157

158158
run( "git commit -a -m \"changelog and news update for $release\"", "could not commit changelog and news update" );
159159

0 commit comments

Comments
 (0)