Skip to content

Commit a934b01

Browse files
committed
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

+1-2
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

+1-1
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)