From 7f80ca3801b067b227820facf436907c5d160dbd Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Tue, 11 Dec 2018 20:14:37 -0500 Subject: [PATCH] docs: fix minor formatting issue in `message` option notes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index fc44fd00..5341e897 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,7 @@ The message for the release commit is generated with [Lodash template](https://l | `lastRelease` | `Object` with `version`, `gitTag` and `gitHead` of the last release. | | `nextRelease` | `Object` with `version`, `gitTag`, `gitHead` and `notes` of the release being done. | -It is recommended to include `[skip ci]` in the commit message to not trigger a new build. -**Note**: Some CI service support the `[skip ci]` keyword only in the subject of the message. +**Note**: It is recommended to include `[skip ci]` in the commit message to not trigger a new build. Some CI service support the `[skip ci]` keyword only in the subject of the message. ##### `message` examples