From 152fd2a1b042bff05c0c129dc5ad0ed766a6a1af Mon Sep 17 00:00:00 2001 From: Leonardo Ascione Date: Tue, 5 Mar 2019 22:54:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=20Aggiornata=20configurazione=20di?= =?UTF-8?q?=20Lerna=20per=20conventional-changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lerna.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index 05b6801..bdf4b9d 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,10 @@ "version": "0.0.0", "command": { "publish": { - "allowBranch": "master" + "allowBranch": "master", + "message": "🔖 %s", + "conventionalCommits": true, + "changelogPreset": "@favoloso/emoji" } } }