Skip to content

Commit 5d90655

Browse files
committed
💄 Update templates
1 parent 3932761 commit 5d90655

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gen-release-template.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ function run() {
3636

3737
function buildH3Template(gitmojiObj) {
3838
return `
39-
{{#if ${gitmojiObj.name.replace(/-/g,'_')}}}
40-
### ${gitmojiObj.emoji} ${gitmojiObj.description}
39+
{{#if ${gitmojiObj.name.replace(/-/g,'_')}}}
4140
{{#each ${gitmojiObj.name.replace(/-/g,'_')}}}
4241
- {{> commitTemplate}}
4342
{{/each}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{subject}} [`{{commit.short}}`](https://github.com/{{owner}}/{{repo}}/commit/{{commit.short}}) `{{shortDate committerDate}}`
1+
{{gitmoji}} {{subject}} [`{{commit.short}}`](https://github.com/{{owner}}/{{repo}}/commit/{{commit.short}}) `{{shortDate committerDate}}`

0 commit comments

Comments
 (0)