Skip to content

relizy / SlackOptions

Interface: SlackOptions

Defined in: src/types.ts:889

Properties

changelog

changelog: string

Defined in: src/types.ts:901

Changelog content


changelogUrl?

optional changelogUrl?: string

Defined in: src/types.ts:909

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


channel

channel: string

Defined in: src/types.ts:913

Slack channel ID or name


dryRun?

optional dryRun?: boolean

Defined in: src/types.ts:926

Run without side effects

Default

ts
false

projectName

projectName: string

Defined in: src/types.ts:897

Project name


releaseUrl?

optional releaseUrl?: string

Defined in: src/types.ts:905

Release URL (GitHub/GitLab)


template?

optional template?: string

Defined in: src/types.ts:921

Custom message template


token

token: string

Defined in: src/types.ts:917

Slack token (required)


version

version: string

Defined in: src/types.ts:893

Release information

Released under the MIT License.