Skip to content

Commit

Permalink
package.json: Add changelog config
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Dec 22, 2020
1 parent 718f789 commit 203a241
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,14 @@
"after": [
"ember-qunit"
]
},
"changelog": {
"labels": {
"Breaking": "💥 Breaking Change",
"Feature / Enhancement": "🚀 Enhancement",
"Bug": "🐛 Bug Fix",
"documentation": "📝 Documentation",
"internal": "🏠 Internal"
}
}
}

0 comments on commit 203a241

Please sign in to comment.