We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7281b48 commit e8a0116Copy full SHA for e8a0116
render-release-notes.sh
@@ -110,7 +110,7 @@ render_release_notes () {
110
$v = "snapshot"
111
}
112
113
- s/^<h2>Changes since (?:Git(?: for Windows|-))(.*)/<h2>Changes in $v <small>since \1<\/small>/;
+ s/^<h2>Changes since (?:Git(?: for Windows|-))(.*)/<h2>Changes in $v<br \/><small>since \1<\/small>/;
114
115
if (!$latest) {
116
s/>[^<]*/><a name="latest"$&<\/a>/;
0 commit comments