File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -247,16 +247,15 @@ after_deploy:
247
247
248
248
# # Advanced options
249
249
250
- Options from `.travis.yml` are passed through to Octokit API's
250
+ The following options from `.travis.yml` are passed through to Octokit API's
251
251
[#create_release](https://octokit.github.io/octokit.rb/Octokit/Client/Releases.html#create_release-instance_method)
252
- and [#update_release](https://octokit.github.io/octokit.rb/Octokit/Client/Releases.html#update_release-instance_method) methods,
253
- so you can use any valid Octokit option,
254
- unless they are treated separately in this document.
255
-
256
- These include :
252
+ and [#update_release](https://octokit.github.io/octokit.rb/Octokit/Client/Releases.html#update_release-instance_method) methods.
257
253
254
+ * `tag_name`
255
+ * `target_commitish`
258
256
* `name`
259
257
* `body`
258
+ * `draft` (boolean)
260
259
* `prerelease` (boolean)
261
260
262
261
Note that formatting in `body` is [not preserved](https://github.com/travis-ci/dpl/issues/155).
You can’t perform that action at this time.
0 commit comments