Browse Source

🔧 change release triggers

pull/5/head
Nicolas Beaussart 6 years ago
parent
commit
3fd6c3d83e
No known key found for this signature in database GPG Key ID: 51D5A407BFCE64A9
  1. 8
      .github/release-template.hbs
  2. 1
      .releaserc.js

8
.github/release-template.hbs

@ -188,6 +188,14 @@
{{/each}} {{/each}}
{{/if}} {{/if}}
{{#if arrow_up}}
## ⬆️ Upgraded dependencies
{{#each arrow_up}}
- {{> commitTemplate}}
{{/each}}
{{/if}}
{{#if bento}} {{#if bento}}
## 🍱 Added or updated assets ## 🍱 Added or updated assets

1
.releaserc.js

@ -34,6 +34,7 @@ module.exports = {
':iphone:', ':iphone:',
':pencil2:', ':pencil2:',
':bento:', ':bento:',
':arrow_up:',
], ],
}, },
releaseNotes: { releaseNotes: {

Loading…
Cancel
Save