Skip to content

relizy / ReleaseConfig

Interface: ReleaseConfig

Defined in: src/types.ts:342

Extended by

Properties

changelog?

optional changelog: boolean

Defined in: src/types.ts:357

Generate changelog files (CHANGELOG.md)

Default

ts
true

clean?

optional clean: boolean

Defined in: src/types.ts:377

Determine if the working directory is clean and if it is not clean, exit

Default

ts
false

commit?

optional commit: boolean

Defined in: src/types.ts:347

Commit changes and create tag

Default

ts
true

noVerify?

optional noVerify: boolean

Defined in: src/types.ts:372

Skip git verification while committing by using --no-verify flag

Default

ts
true

providerRelease?

optional providerRelease: boolean

Defined in: src/types.ts:362

Publish release to your repository (github or gitlab)

Default

ts
true

publish?

optional publish: boolean

Defined in: src/types.ts:367

Publish release to your registry

Default

ts
true

push?

optional push: boolean

Defined in: src/types.ts:352

Push changes to your repository (commit and tag(s))

Default

ts
true

Released under the MIT License.