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
| `body` | String | Text communicating notable changes in this release |
108
+
| `body_path` | String | Path to load text communicating notable changes in this release |
109
+
| `draft` | Boolean | Indicator of whether or not this release is a draft |
110
+
| `files` | String | Comma-delimited globs of paths to assets to upload for release |
111
+
| `name` | String | Name of the release. defaults to tag name |
112
+
113
+
💡When providing a `body` and `body_path` at the same time, `body_path` will be attempted first, then falling back on `body` if the path can not be read from.
0 commit comments