Skip to content

Commit 2d99055

Browse files
committed
Added release note attribution on the release note page.
- Legacy-Id: 9685
1 parent 4bfcddc commit 2d99055

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ietf/templates/release/release.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ <h1>
3737

3838
<h2>{{ entry.version }} release notes</h2>
3939

40-
<pre>{{entry.logentry|safe}}</pre>
40+
<pre>{{entry.logentry|safe}}
41+
42+
-- {{entry.author}} &lt;{{entry.email}}&gt; {{entry.date}}</pre>
4143

4244
<h2>Release list:</h2>
4345
<table style="margin-left: 3em">

0 commit comments

Comments
 (0)