Skip to content

relizy / SlackSocialConfig

Interface: SlackSocialConfig

Defined in: src/types.ts:624

Properties

channel

channel: string

Defined in: src/types.ts:639

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


credentials?

optional credentials: SlackCredentials

Defined in: src/types.ts:648

Slack credentials (optional - falls back to environment variables)


enabled?

optional enabled: boolean

Defined in: src/types.ts:629

Enable Slack posting

Default

ts
false

onlyStable?

optional onlyStable: boolean

Defined in: src/types.ts:635

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

Custom message template Available variables: , , , ,

Released under the MIT License.