UNPKG

@halospv3/hce.shared-config

Version:

Automate commit message quality, changelogs, and CI/CD releases. Exports a semantic-release shareable configuration deserialized from this package's '.releaserc.yml'. Shared resources for .NET projects are also distributed with this package.

16 lines (15 loc) 372 B
declare module '@semantic-release/exec' { export interface Options { verifyConditionsCmd?: string; analyzeCommitsCmd?: string; verifyReleaseCmd?: string; generateNotesCmd?: string; prepareCmd?: string; addChannelCmd?: string; publishCmd?: string; successCmd?: string; failCmd?: string; shell?: string; execCwd?: string; } }