Skip to content

Commit 7281b48

Browse files
committed
Release Notes: do not wrap before the date anymore
Now that we show the new version, too, it is confusing if we do not let the date cuddle with the previous version, to which it belongs. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b3b6d2e commit 7281b48

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

render-release-notes.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ render_release_notes () {
117117
$latest = 1;
118118
}
119119
120-
# wrap the line before the date
121-
s/ (\([^)]+\))</<br \/><small>$1<\/small></;
122-
123120
$nr = 0 if (!$nr);
124121
$nr++;
125122
$id = $v;

0 commit comments

Comments
 (0)