From 29d34788ff6888c96217ad0dbd38533a07449704 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Tue, 1 Jun 2021 22:48:53 +0200 Subject: [PATCH] docs(README): improve sentence (#1962) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fbcff96..a619f595 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ By default **semantic-release** uses [Angular Commit Message Conventions](https: Tools such as [commitizen](https://github.com/commitizen/cz-cli) or [commitlint](https://github.com/conventional-changelog/commitlint) can be used to help contributors and enforce valid commit messages. -Here is an example of the release type that will be done based on a commit messages: +The table below shows which commit message gets you which release type when `semantic-release` runs (using the default configuration): | Commit message | Release type | | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------- |