Skip to content

Commit a934b01

Browse files
committedFeb 24, 2016
add closing bullet (followup ab9ce5b)
1 parent ab9ce5b commit a934b01

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎scripts/release.pl

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

155155
unless( $dopoint ) {
156-
# 2.14 already there - skip it this time
157-
#run( "scripts/update-news.pl $newmajor $newminor '$release'" );
156+
run( "scripts/update-news.pl $newmajor $newminor '$release'" ) if $major>2 || ($major==2 && $minor>14);
158157

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

‎scripts/update-news.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
print $news "$_\n";
4848
}
4949

50-
print $news "\n";
50+
print $news "-\n\n";
5151

5252
while(<$in>) {
5353
print $news $_;

0 commit comments

Comments
 (0)
Please sign in to comment.