Skip to content

Commit

Permalink
✨ Add a breaking changes section (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhauspie authored and frinyvonnick committed Oct 29, 2018
1 parent 15edd6c commit 2a9904b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/gitmoji-changelog-core/src/groupMapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ module.exports = [
'rewind',
'alien',
'truck',
'boom',
'bento',
'wheelchair',
'speech_balloon',
Expand All @@ -39,6 +38,13 @@ module.exports = [
'iphone',
],
},
{
group: 'breaking_changes',
label: 'Breaking changes',
emojis: [
'boom',
],
},
{
group: 'deprecated',
label: 'Deprecated',
Expand Down

0 comments on commit 2a9904b

Please sign in to comment.