From 8f15b677d6fd0cb612a719e626574612003c8229 Mon Sep 17 00:00:00 2001 From: Nati Oskar Date: Tue, 4 Feb 2020 15:25:13 +0200 Subject: [PATCH] fixed typo, README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af3eac9..a2a66cf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This action will bump version, tag commit and generate a changelog with conventi - **Optional** `preset`: Preset that is used from conventional commits. Default `angular`. - **Optional** `tag-prefix`: Prefix for the git tags. Default `v`. - **Optional** `output-file`: File to output the changelog to. Default `CHANGELOG.md`. -- **Optional** `changelog-release-count`: FNumber of releases to preserve in changelog. Default `5`, use `0` to regenerate all. +- **Optional** `changelog-release-count`: Number of releases to preserve in changelog. Default `5`, use `0` to regenerate all. ## Example usage