Skip to content

Commit 8868c04

Browse files
authored
Add commitish to inputs in README
1 parent 7c69cb4 commit 8868c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ For more information on these inputs, see the [API Documentation](https://develo
1616
- `body_path`: A file with contents describing the release. Optional, and not needed if using `body`.
1717
- `draft`: `true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`
1818
- `prerelease`: `true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false`
19+
- `commitish` : Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit
1920
- `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
2021
- `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
2122

0 commit comments

Comments
 (0)