Skip to content

relizy / ReleaseConfig

Interface: ReleaseConfig

Defined in: src/types.ts:473

Extended by

Properties

changelog?

optional changelog: boolean

Defined in: src/types.ts:488

Generate changelog files (CHANGELOG.md)

Default

ts
true

clean?

optional clean: boolean

Defined in: src/types.ts:508

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:478

Commit changes and create tag

Default

ts
true

gitTag?

optional gitTag: boolean

Defined in: src/types.ts:513

Create tag

Default

ts
true

noVerify?

optional noVerify: boolean

Defined in: src/types.ts:503

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

Default

ts
true

providerRelease?

optional providerRelease: boolean

Defined in: src/types.ts:493

Publish release to your repository (github or gitlab)

Default

ts
true

publish?

optional publish: boolean

Defined in: src/types.ts:498

Publish release to your registry

Default

ts
true

push?

optional push: boolean

Defined in: src/types.ts:483

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

Default

ts
true

social?

optional social: boolean

Defined in: src/types.ts:518

Post release announcements to social media platforms

Default

ts
false

Released under the MIT License.