Navigation Menu

Skip to content

Commit

Permalink
add closing bullet (followup ab9ce5b)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 24, 2016
1 parent ab9ce5b commit a934b01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scripts/release.pl
Expand Up @@ -153,8 +153,7 @@ ($$)
run( "scripts/create_changelog.sh", "create_changelog.sh failed" );

unless( $dopoint ) {
# 2.14 already there - skip it this time
#run( "scripts/update-news.pl $newmajor $newminor '$release'" );
run( "scripts/update-news.pl $newmajor $newminor '$release'" ) 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
2 changes: 1 addition & 1 deletion scripts/update-news.pl
Expand Up @@ -47,7 +47,7 @@
print $news "$_\n";
}

print $news "\n";
print $news "-\n\n";

while(<$in>) {
print $news $_;
Expand Down

0 comments on commit a934b01

Please sign in to comment.