Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
export
interface
ReleaseResult {
30
release: Release;
31
created: boolean;
32
}
33
34
type
ReleaseNotesParams = {
35
owner: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected