diff --git a/lib/octokit/client/releases.rb b/lib/octokit/client/releases.rb index 0cfdf3f99..fe41be75e 100644 --- a/lib/octokit/client/releases.rb +++ b/lib/octokit/client/releases.rb @@ -44,6 +44,7 @@ def release(url, options = {}) # Update a release # # @param url [String] URL for the release as returned from .releases + # @option options [String] :tag_name Git tag from which to create release # @option options [String] :target_commitish Specifies the commitish value that determines where the Git tag is created from. # @option options [String] :name Name for the release # @option options [String] :body Content for release notes