Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
♻️ Add dependency updates to CHANGELOG template
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Oct 29, 2020
1 parent f19a634 commit dc8feef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/helpers/default-template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
{{#each lock}}- {{> commitTemplate}}{{/each}}
{{/if}}

{{#if arrow_up}}
### ⬆️ Dependency updates

{{#each arrow_up}}- {{> commitTemplate}}{{/each}}
{{/if}}

{{#if boom}}
### 💥 Breaking changes

Expand Down

0 comments on commit dc8feef

Please sign in to comment.