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
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,14 @@ For more information on these inputs, see the [API Documentation](https://develo
12
12
13
13
-`tag_name`: The name of the tag for this release
14
14
-`release_name`: The name of the release
15
-
-`body`: Text describing the contents of the release
15
+
-`body`: Text describing the contents of the release. Optional, and not needed if using `bodyFromFile`.
16
+
-`bodyFromFile`: A file with contents describing the release. Optional, and not needed if using `body`.
16
17
-`draft`: `true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`
17
18
-`prerelease`: `true` to identify the release as a prerelease. `false` to identify the release as a full release. Default `false`
18
19
20
+
#### `bodyFromFile`
21
+
The `bodyFromFile` is valuable for dynamically creating a `.md` within code commits and even within the Github Action steps leading up to the `create-release`.
22
+
19
23
### Outputs
20
24
For more information on these outputs, see the [API Documentation](https://developer.github.com/v3/repos/releases/#response-4) for an example of what these outputs look like
0 commit comments