From ec45718de32612c49979fb9b9e044dfa5f048afb Mon Sep 17 00:00:00 2001 From: Christian Jensen Date: Mon, 6 Sep 2021 08:37:50 -0700 Subject: [PATCH] Ultra tiny typo fix (#881) A single character to be precise. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 175932a57..c20f491ce 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ The Release Drafter GitHub Action accepts a number of optional inputs directly i | `tag` | The tag name to be associated with the GitHub release that's created or updated. This will override any `tag-template` specified in your `release-drafter.yml` if defined. | | `version` | The version to be associated with the GitHub release that's created or updated. This will override any version calculated by the release-drafter. | | `publish` | A boolean indicating whether the release being created or updated should be immediately published. This may be useful if the output of a previous workflow step determines that a new version of your project has been (or will be) released, as with [`salsify/action-detect-and-tag-new-version`](https://github.com/salsify/action-detect-and-tag-new-version). | -| `prerelease` | A boolean indicating whether the relase being created or updated is a prerelease. | +| `prerelease` | A boolean indicating whether the release being created or updated is a prerelease. | | `commitish` | A string specifying the target branch for the release being created. | ## Action Outputs