We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f08a6e commit 1372f48Copy full SHA for 1372f48
1 file changed
lib/src/Gren.js
@@ -426,11 +426,11 @@ class Gren {
426
*
427
* @return {string}
428
*/
429
- _templateCommits({ sha, commit: { author: { name }, message, html_url } }) {
+ _templateCommits({ sha, html_url, commit: { author: { name }, message } }) {
430
return generate({
431
sha,
432
message: message.split('\n')[0],
433
- html_url,
+ url: html_url,
434
author: name
435
}, this.options.template.commit);
436
}
0 commit comments