From eddeae05a300ebb634538fa4cc27c7d21d0c58e5 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Wed, 16 Dec 2020 09:45:06 -0800 Subject: [PATCH] Updates README.md I think the skip-commit description was supposed to say do not? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25163fd..962e525 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ This action will bump version, tag commit and generate a changelog with conventi - **Optional** `version-path`: The place inside the version file to bump. Default `version`. - **Optional** `skip-on-empty`: Boolean to specify if you want to skip empty release (no-changelog generated). This case occured when you push `chore` commit with `angular` for example. Default `'true'`. - **Optional** `skip-version-file`: Do not update the version file. Default `'false'`. -- **Optional** `skip-commit`: Do create a release commit. Default `'false'`. +- **Optional** `skip-commit`: Do not create a release commit. Default `'false'`. - **Optional** `pre-commit`: Path to the pre-commit script file. No hook by default. - **Optional** `fallback-version`: The fallback version, if no older one can be detected, or if it is the first one. Default `'0.1.0'` - **Optional** `config-file-path`: Path to the conventional changelog config file. If set, the preset setting will be ignored