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: OctoKit/Releases.swift
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ public extension Octokit {
114
114
/// - body: Text describing the contents of the tag.
115
115
/// - prerelease: `true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`.
116
116
/// - draft: `true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false`.
117
+
/// - generateReleaseNotes: Whether to automatically generate the name and body for this release. If name is specified, the specified name will be used; otherwise, a name will be automatically generated. If body is specified, the body will be pre-pended to the automatically generated notes. Default: `false`.
117
118
/// - completion: Callback for the outcome of the created release.
0 commit comments