diff --git a/.github/changlog_template.hbs b/.github/changlog_template.hbs index 542d8d0..64dd240 100644 --- a/.github/changlog_template.hbs +++ b/.github/changlog_template.hbs @@ -1,5 +1,10 @@ {{#each releases}} {{#if @first}} + {{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}} + - {{subject}} [`{{shorthash}}`]({{href}}) + {{/commit-list}} + + {{#commit-list commits heading='## 🔨 Changes' message=':hammer:|:arrow_up:|:heavy_plus_sign:'}} - {{subject}} [`{{shorthash}}`]({{href}}) {{/commit-list}} @@ -9,8 +14,6 @@ - {{subject}} [`{{shorthash}}`]({{href}}) {{/commit-list}} - {{#commit-list commits heading='## 🚑 Fixs' message=':ambulance:|fix|bugfix|bug'}} - - {{subject}} [`{{shorthash}}`]({{href}}) - {{/commit-list}} + {{/if}} {{/each}} \ No newline at end of file