From 203a241c4a561c5b7ba5f0dd8cb084cda6a72602 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Tue, 22 Dec 2020 06:34:51 +0100 Subject: [PATCH] package.json: Add `changelog` config see https://github.com/lerna/lerna-changelog#configuration --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index aa99ccd45..9ba90d580 100644 --- a/package.json +++ b/package.json @@ -106,5 +106,14 @@ "after": [ "ember-qunit" ] + }, + "changelog": { + "labels": { + "Breaking": "💥 Breaking Change", + "Feature / Enhancement": "🚀 Enhancement", + "Bug": "🐛 Bug Fix", + "documentation": "📝 Documentation", + "internal": "🏠 Internal" + } } }