Skip to content

Commit

Permalink
docs: fix minor formatting issue in message option notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Dec 12, 2018
1 parent 8efcce5 commit 7f80ca3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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

Expand Down

0 comments on commit 7f80ca3

Please sign in to comment.