Skip to content

Commit 7f0808b

Browse files
committed
💄 Update templates
1 parent 4a1ac20 commit 7f0808b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gen-release-template.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ function run() {
3535
}
3636

3737
function buildH3Template(gitmojiObj) {
38-
return `{{#if ${gitmojiObj.name.replace(/-/g,'_')}}} {{#each ${gitmojiObj.name.replace(/-/g,'_')}}}- {{> commitTemplate}}{{/each}}
39-
{{/if}}`
38+
return `{{#if ${gitmojiObj.name.replace(/-/g,'_')}}} {{#each ${gitmojiObj.name.replace(/-/g,'_')}}}- {{> commitTemplate}}
39+
{{/each}}{{/if}}`
4040
}
4141

4242
run()

0 commit comments

Comments
 (0)