We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae347bf commit 75d6a19Copy full SHA for 75d6a19
scripts/release.pl
@@ -153,7 +153,7 @@ ($$)
153
run( "scripts/create_changelog.sh", "create_changelog.sh failed" );
154
155
unless( $dopoint ) {
156
- 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);
157
158
run( "git commit -a -m \"changelog and news update for $release\"", "could not commit changelog and news update" );
159
0 commit comments