Skip to content

relizy / SlackSocialConfig

Interface: SlackSocialConfig

Defined in: src/types.ts:674

Properties

channel

channel: string

Defined in: src/types.ts:689

Slack channel ID or name (e.g., "#releases" or "C1234567890")


credentials?

optional credentials: SlackCredentials

Defined in: src/types.ts:698

Slack credentials (optional - falls back to environment variables)


enabled?

optional enabled: boolean

Defined in: src/types.ts:679

Enable Slack posting

Default

ts
false

onlyStable?

optional onlyStable: boolean

Defined in: src/types.ts:685

Skip Slack posting for prerelease versions (alpha, beta, rc, etc.) Only stable versions will be posted to Slack

Default

ts
true

template?

optional template: string

Defined in: src/types.ts:694

Custom message template Available variables: , , , ,

Released under the MIT License.