You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@ For more information on these inputs, see the [API Documentation](https://develo
15
15
-`body`: Text describing the contents of the release. Optional, and not needed if using `body_path`.
16
16
-`body_path`: A file with contents describing the release. Optional, and not needed if using `body`.
17
17
-`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
19
21
20
22
#### `body_path`
21
23
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