Skip to content

Commit 7424051

Browse files
committed
2 parents d16f415 + 3cd5bbb commit 7424051

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ For more information on these inputs, see the [API Documentation](https://develo
1212

1313
- `tag_name`: The name of the tag for this release
1414
- `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`.
1617
- `draft`: `true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`
1718
- `prerelease`: `true` to identify the release as a prerelease. `false` to identify the release as a full release. Default `false`
1819

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+
1923
### Outputs
2024
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
2125

0 commit comments

Comments
 (0)