git-release-notes
Version:
Generate beautiful release notes from a git log.
219 lines (162 loc) • 8.7 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<title>Release Notes</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs/dt-1.10.13/datatables.min.css"/>
</head>
<body>
<div class="container" role="main">
<div class="row">
<h1>Release Notes</h1>
</div>
<div class="row">
<div class="header title">
<h2>Commits</h2>
</div>
<table id="commitTable" class="table table-bordered table-striped table-hover">
<thead>
<tr>
<th>Date</th>
<th>Author</th>
<th>Commit</th>
</tr>
</thead>
<tbody>
<tr>
<td nowrap="nowrap"><span style="display:none">2017-04-28T06:08:02 </span>28-Apr-2017 06:08</td>
<td>neutmute</td>
<td>
use debug in test-html-bootstrap runner, docs
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2017-04-28T05:32:31 </span>28-Apr-2017 05:32</td>
<td>neutmute</td>
<td>
The "author" is one person. "contributors" is an array of people. https://docs.npmjs.com/files/package.json
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2017-04-20T17:10:57 </span>20-Apr-2017 17:10</td>
<td>neutmute</td>
<td>
convert tabs to spaces for consistency
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2017-04-19T20:21:44 </span>19-Apr-2017 20:21</td>
<td>neutmute</td>
<td>
new template added: html-bootstrap
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2017-01-26T18:43:09 </span>26-Jan-2017 18:43</td>
<td>Fabio Crisci</td>
<td>
1.0.0
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2017-01-26T01:41:27 </span>26-Jan-2017 01:41</td>
<td>Fabio Crisci</td>
<td>
Fix error when git log returns an empty string
<pre>And add a bunch of debug instructions
</pre>
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2017-01-26T00:39:36 </span>26-Jan-2017 00:39</td>
<td>Fabio Crisci</td>
<td>
Update the html template
<pre>Remove the useless footer and close a pre tag
</pre>
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2017-01-25T21:54:33 </span>25-Jan-2017 21:54</td>
<td>Fabio Crisci</td>
<td>
0.0.3
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2017-01-24T18:01:53 </span>24-Jan-2017 18:01</td>
<td>Pav Andriychenko</td>
<td>
#15 Add mailto to markdown.ejs
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2014-11-11T01:21:58 </span>11-Nov-2014 01:21</td>
<td>jakub-g</td>
<td>
0.0.2
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2014-11-11T01:18:41 </span>11-Nov-2014 01:18</td>
<td>jakub-g</td>
<td>
fix broken repo link in package.json
<pre>close #3
</pre>
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2014-11-11T01:18:23 </span>11-Nov-2014 01:18</td>
<td>jakub-g</td>
<td>
Add .gitattributes
<pre>Close #2 Close #4
</pre>
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2013-02-26T02:52:50 </span>26-Feb-2013 02:52</td>
<td>fcrisci</td>
<td>
Rename to git-release-notes
<pre>Because release-notes is too generic :( and taken already on npm :'(
</pre>
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2013-02-26T02:13:38 </span>26-Feb-2013 02:13</td>
<td>Fabio Crisci</td>
<td>
Missing links
</td>
</tr>
<tr>
<td nowrap="nowrap"><span style="display:none">2013-02-26T02:12:01 </span>26-Feb-2013 02:12</td>
<td>Fabio Crisci</td>
<td>
style glitch
</td>
</tr>
</tbody>
</table>
</div>
</div>
<script type="text/javascript" src="https://cdn.datatables.net/v/bs-3.3.7/jqc-1.12.4/dt-1.10.13/datatables.min.js"></script>
<script>
$(document).ready(function() {
$('#commitTable').DataTable({
'iDisplayLength':25,
"order": [[ 0, "desc" ]]
});
} );
</script>
</body>
</html>