From 0a878cf6af62a5567369fc436479d223f19fc7d0 Mon Sep 17 00:00:00 2001 From: Leonardo Ascione Date: Thu, 24 Oct 2019 16:05:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20release-it=20section=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0fbea0b..51e8b66 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,14 @@ plugin](https://github.com/release-it/conventional-changelog) (v11+) with the `@favoloso/emoji` preset. ```json - "release-it": { - // ... - "plugins": { - "@release-it/conventional-changelog": { - "preset": "@favoloso/emoji", - "infile": "CHANGELOG.md" - } +"release-it": { + "plugins": { + "@release-it/conventional-changelog": { + "preset": "@favoloso/emoji", + "infile": "CHANGELOG.md" } } +} ``` ## Lint (and fix) commit messages