MCPcopy
hub / github.com/softprops/action-gh-release / createRelease

Method createRelease

src/github.ts:167–169  ·  view source on GitHub ↗
(params: ReleaseMutationParams)

Source from the content-addressed store, hash-verified

165 }
166
167 async createRelease(params: ReleaseMutationParams): Promise<{ data: Release }> {
168 return this.github.rest.repos.createRelease(await this.prepareReleaseMutation(params));
169 }
170
171 async updateRelease(
172 params: ReleaseMutationParams & {

Callers

nothing calls this directly

Calls 2

createReleaseMethod · 0.65

Tested by

no test coverage detected