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

Interface ReleaseResult

src/github.ts:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface ReleaseResult {
30 release: Release;
31 created: boolean;
32}
33
34type ReleaseNotesParams = {
35 owner: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected