Skip to content

relizy / SlackOptions

Interface: SlackOptions

Defined in: src/types.ts:766

Properties

changelog

changelog: string

Defined in: src/types.ts:778

Changelog content


changelogUrl?

optional changelogUrl: string

Defined in: src/types.ts:786

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


channel

channel: string

Defined in: src/types.ts:790

Slack channel ID or name


dryRun?

optional dryRun: boolean

Defined in: src/types.ts:803

Run without side effects

Default

ts
false

projectName

projectName: string

Defined in: src/types.ts:774

Project name


releaseUrl?

optional releaseUrl: string

Defined in: src/types.ts:782

Release URL (GitHub/GitLab)


template?

optional template: string

Defined in: src/types.ts:798

Custom message template


token

token: string

Defined in: src/types.ts:794

Slack token (required)


version

version: string

Defined in: src/types.ts:770

Release information

Released under the MIT License.