We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3932761 commit 5d90655Copy full SHA for 5d90655
gen-release-template.js
@@ -36,8 +36,7 @@ function run() {
36
37
function buildH3Template(gitmojiObj) {
38
return `
39
-{{#if ${gitmojiObj.name.replace(/-/g,'_')}}}
40
-### ${gitmojiObj.emoji} ${gitmojiObj.description}
+{{#if ${gitmojiObj.name.replace(/-/g,'_')}}}
41
{{#each ${gitmojiObj.name.replace(/-/g,'_')}}}
42
- {{> commitTemplate}}
43
{{/each}}
semantic-release-template/commit-template.hbs
@@ -1 +1 @@
1
-{{subject}} [`{{commit.short}}`](https://github.com/{{owner}}/{{repo}}/commit/{{commit.short}}) `{{shortDate committerDate}}`
+{{gitmoji}} {{subject}} [`{{commit.short}}`](https://github.com/{{owner}}/{{repo}}/commit/{{commit.short}}) `{{shortDate committerDate}}`
0 commit comments