Skip to content

relizy / ConfigType

Type Alias: ConfigType

ConfigType = { semver?: SemverBumpType; title: string; } | boolean

Defined in: src/types.ts:106

Type Declaration

{ semver?: SemverBumpType; title: string; }

semver?

optional semver: SemverBumpType

Semver bump type

title

title: string

Title

boolean

Released under the MIT License.