Skip to content

relizy / SlackOptions

Interface: SlackOptions

Defined in: src/types.ts:716

Properties

changelog

changelog: string

Defined in: src/types.ts:728

Changelog content


changelogUrl?

optional changelogUrl: string

Defined in: src/types.ts:736

Full changelog URL (e.g., https://example.com/changelog)


channel

channel: string

Defined in: src/types.ts:740

Slack channel ID or name


dryRun?

optional dryRun: boolean

Defined in: src/types.ts:753

Run without side effects

Default

ts
false

projectName

projectName: string

Defined in: src/types.ts:724

Project name


releaseUrl?

optional releaseUrl: string

Defined in: src/types.ts:732

Release URL (GitHub/GitLab)


template?

optional template: string

Defined in: src/types.ts:748

Custom message template


token

token: string

Defined in: src/types.ts:744

Slack token (required)


version

version: string

Defined in: src/types.ts:720

Release information

Released under the MIT License.