Skip to content

relizy / SlackSocialConfig

Interface: SlackSocialConfig

Defined in: src/types.ts:711

Properties

channel

channel: string

Defined in: src/types.ts:726

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


credentials?

optional credentials?: SlackCredentials

Defined in: src/types.ts:735

Slack credentials (optional - falls back to environment variables)


enabled?

optional enabled?: boolean

Defined in: src/types.ts:716

Enable Slack posting

Default

ts
false

onlyStable?

optional onlyStable?: boolean

Defined in: src/types.ts:722

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

Custom message template Available variables: , , , ,

Released under the MIT License.