No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
2 changed files with
9 additions and
0 deletions
-
.github/release-template.hbs
-
.releaserc.js
|
|
|
@ -188,6 +188,14 @@ |
|
|
|
{{/each}} |
|
|
|
{{/if}} |
|
|
|
|
|
|
|
{{#if arrow_up}} |
|
|
|
## ⬆️ Upgraded dependencies |
|
|
|
|
|
|
|
{{#each arrow_up}} |
|
|
|
- {{> commitTemplate}} |
|
|
|
{{/each}} |
|
|
|
{{/if}} |
|
|
|
|
|
|
|
{{#if bento}} |
|
|
|
## 🍱 Added or updated assets |
|
|
|
|
|
|
|
|
|
|
|
@ -34,6 +34,7 @@ module.exports = { |
|
|
|
':iphone:', |
|
|
|
':pencil2:', |
|
|
|
':bento:', |
|
|
|
':arrow_up:', |
|
|
|
], |
|
|
|
}, |
|
|
|
releaseNotes: { |
|
|
|
|