Skip to content

Instantly share code, notes, and snippets.

@tjhanley
Created March 17, 2014 19:46
Show Gist options
  • Save tjhanley/9606842 to your computer and use it in GitHub Desktop.
Save tjhanley/9606842 to your computer and use it in GitHub Desktop.
Template for git-release-notes
<% commits.forEach(function (commit) { %>
* __<%= commit.title %>__
<%= commit.sha1 %> <%= commit.authorName %> <%= commit.committerDate %>
<%= commit.messageLines.join("\n ") %>
<% }) %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment