Skip to content

Commit e8a0116

Browse files
committed
Release Notes: wrap the line before "since <previous version>"
This looks even more pleasing. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7281b48 commit e8a0116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render-release-notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ render_release_notes () {
110110
$v = "snapshot"
111111
}
112112
113-
s/^<h2>Changes since (?:Git(?: for Windows|-))(.*)/<h2>Changes in $v <small>since \1<\/small>/;
113+
s/^<h2>Changes since (?:Git(?: for Windows|-))(.*)/<h2>Changes in $v<br \/><small>since \1<\/small>/;
114114
115115
if (!$latest) {
116116
s/>[^<]*/><a name="latest"$&<\/a>/;

0 commit comments

Comments
 (0)