diff --git a/.github/changlog_template.hbs b/.github/changlog_template.hbs index 7422e06..b0adeaa 100644 --- a/.github/changlog_template.hbs +++ b/.github/changlog_template.hbs @@ -13,7 +13,7 @@ {{#commit-list commits heading='## ✏ Enhancements' message=':pencil2:'}} - {{subject}} [`{{shorthash}}`]({{href}}) {{/commit-list}} - {{#commit-list commits heading='## ⬆️ Dependency updates' message=':pencil2:'}} + {{#commit-list commits heading='## ⬆️ Dependency updates' message=':arrow_up:'}} - {{subject}} [`{{shorthash}}`]({{href}}) {{/commit-list}} {{/if}}