MCPcopy
hub / github.com/semantic-release/semantic-release / AnalyzeCommitsContext

Interface AnalyzeCommitsContext

index.d.ts:95–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 * Context used for the analyze commits step.
94 */
95 export interface AnalyzeCommitsContext extends VerifyConditionsContext {
96 /**
97 * List of commits taken into account when determining the new version.
98 */
99 commits: ReadonlyArray<Commit>;
100
101 /**
102 * List of releases
103 */
104 releases: ReadonlyArray<Release>;
105
106 /**
107 * Last release
108 */
109 lastRelease: LastRelease;
110 }
111
112 /**
113 * Context used for the verify release step.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…