From 8868c043d3b524cc5bda7bfb5f1c205aee14b8b3 Mon Sep 17 00:00:00 2001 From: Thomas Hughes Date: Mon, 14 Sep 2020 08:49:18 -0500 Subject: [PATCH] Add commitish to inputs in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7b2996..e1c5acb 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ For more information on these inputs, see the [API Documentation](https://develo - `body_path`: A file with contents describing the release. Optional, and not needed if using `body`. - `draft`: `true` to create a draft (unpublished) release, `false` to create a published one. Default: `false` - `prerelease`: `true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false` +- `commitish` : Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit - `owner`: The name of the owner of the repo. Used to identify the owner of the repository. Used when cutting releases for external repositories. Default: Current owner - `repo`: The name of the repository. Used to identify the repository on which to release. Used when cutting releases for external repositories. Default: Current repository