git-release-notes
Version:
Generate beautiful release notes from a git log.
210 lines (183 loc) • 4.83 kB
HTML
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Release Notes</title>
<meta name="description" content="Release Notes">
<meta name="viewport" content="width=device-width">
<style>
body {
font-family: 'Helvetica Neue', HelveticaNeue, Helvetica, Arial, 'Lucida Grande', sans-serif;;
line-height: 1.5em;
color: #333;
background: #eee;
}
.container {
margin: 0 auto;
width: 800px;
}
.title {
text-align: center;
margin: 4em 0 4em 0;
background: #eee;
}
.title h1 {
font-size: 4.5em;
font-weight: bold;
margin-bottom: 0;
letter-spacing: -.05em;
margin-top: .3em;
}
.author {
color: #74BCBC;
}
.category {
margin: 2em 0;
overflow: auto;
}
.category h2 {
font-size: 1.4em;
margin-bottom: 0em;
}
.category .date {
font-size: .8em;
color: #666;
}
.category .commit {
margin-top: 0em;
}
.summary {
margin-bottom: 0;
}
.commit {
padding: 1px 1em;
color: white;
background: #333;
margin: 2em 0;
}
.commit h2 {
font-size: 1em;
}
.commit pre {
padding-left: 2em;
}
</style>
</head>
<body>
<div class="container" role="main">
<div class="header title">
<h1>Release Notes</h1>
</div>
<div class="category">
<p class="summary">
<span class="author">Fabio Crisci</span>
committed on
<span class="date">Thu, 26 Jan 2017 09:43:09 +0000</span>
</p>
<div class="commit">
<h2>1.0.0</h2>
<pre></pre>
</div>
<p class="summary">
<span class="author">Fabio Crisci</span>
committed on
<span class="date">Wed, 25 Jan 2017 16:41:27 +0000</span>
</p>
<div class="commit">
<h2>Fix error when git log returns an empty string</h2>
<pre>And add a bunch of debug instructions
</pre>
</div>
<p class="summary">
<span class="author">Fabio Crisci</span>
committed on
<span class="date">Wed, 25 Jan 2017 15:39:36 +0000</span>
</p>
<div class="commit">
<h2>Update the html template</h2>
<pre>Remove the useless footer and close a pre tag
</pre>
</div>
<p class="summary">
<span class="author">Fabio Crisci</span>
committed on
<span class="date">Wed, 25 Jan 2017 12:54:33 +0000</span>
</p>
<div class="commit">
<h2>0.0.3</h2>
<pre></pre>
</div>
<p class="summary">
<span class="author">Pav Andriychenko</span>
committed on
<span class="date">Tue, 24 Jan 2017 09:01:53 +0000</span>
</p>
<div class="commit">
<h2>#15 Add mailto to markdown.ejs</h2>
<pre></pre>
</div>
<p class="summary">
<span class="author">jakub-g</span>
committed on
<span class="date">Mon, 10 Nov 2014 17:21:58 +0100</span>
</p>
<div class="commit">
<h2>0.0.2</h2>
<pre></pre>
</div>
<p class="summary">
<span class="author">jakub-g</span>
committed on
<span class="date">Mon, 10 Nov 2014 17:18:41 +0100</span>
</p>
<div class="commit">
<h2>fix broken repo link in package.json</h2>
<pre>close #3
</pre>
</div>
<p class="summary">
<span class="author">jakub-g</span>
committed on
<span class="date">Mon, 10 Nov 2014 17:18:23 +0100</span>
</p>
<div class="commit">
<h2>Add .gitattributes</h2>
<pre>Close #2 Close #4
</pre>
</div>
<p class="summary">
<span class="author">fcrisci</span>
committed on
<span class="date">Mon, 25 Feb 2013 18:52:50 +0100</span>
</p>
<div class="commit">
<h2>Rename to git-release-notes</h2>
<pre>Because release-notes is too generic :( and taken already on npm :'(
</pre>
</div>
<p class="summary">
<span class="author">Fabio Crisci</span>
committed on
<span class="date">Mon, 25 Feb 2013 18:13:38 +0100</span>
</p>
<div class="commit">
<h2>Missing links</h2>
<pre></pre>
</div>
<p class="summary">
<span class="author">Fabio Crisci</span>
committed on
<span class="date">Mon, 25 Feb 2013 18:12:01 +0100</span>
</p>
<div class="commit">
<h2>style glitch</h2>
<pre></pre>
</div>
</div>
</div>
</body>
</html>