Skip to content

Commit

Permalink
🐛 try to print the author in different way
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadioz committed Jan 8, 2024
1 parent 421c8db commit f30cf35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/assets/templates/commit-template.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[`{{commit.short}}`](https://github.com/{{owner}}/{{repo}}/commit/{{commit.short}}) author name: {{this.author.name}} author email: {{this.author.email}} {{subject}} {{#if issues}}(Issues:{{#each issues}} [`{{text}}`]({{link}}){{/each}}){{/if}}{{#if wip}}{{#each wip}}
- [`{{commit.short}}`](https://github.com/{{owner}}/{{repo}}/commit/{{commit.short}}) {{subject}}{{/each}}
[`{{commit.short}}`](https://github.com/{{owner}}/{{repo}}/commit/{{commit.short}}) {{subject}} {{#if issues}}(Issues:{{#each issues}} [`{{text}}`]({{link}}){{/each}}){{/if}}{{#if wip}}{{#each wip}}
- [`{{commit.short}}`](https://github.com/{{owner}}/{{repo}}/commit/{{commit.short}}) {{subject}}{{/each}} author name: {{this.author.name}} author email: {{this.author.email}}
{{/if}}

0 comments on commit f30cf35

Please sign in to comment.