Skip to content
This repository was archived by the owner on Mar 4, 2021. It is now read-only.

Commit 7c69cb4

Browse files
author
Chris McIntosh
committed
Updating readme with new inputs
1 parent 818a8f0 commit 7c69cb4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ For more information on these inputs, see the [API Documentation](https://develo
1515
- `body`: Text describing the contents of the release. Optional, and not needed if using `body_path`.
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`
18-
- `prerelease`: `true` to identify the release as a prerelease. `false` to identify the release as a full release. Default `false`
18+
- `prerelease`: `true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false`
19+
- `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
20+
- `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
1921

2022
#### `body_path`
2123
The `body_path` is valuable for dynamically creating a `.md` within code commits and even within the Github Action steps leading up to the `create-release`.

0 commit comments

Comments
 (0)