slack Trait

Attributes

name

required?

default

type

explanation

channel_cfgs

yes

None

One of:

  • List[ChannelConfig]

  • Dict[str, ChannelConfig]

the slack channel configurations to use

default_channel

no

None

str

deprecated

Dependencies

This trait has no dependencies

If declared, release notes are published to the configured slack channels upon release.

Example

traits:
  release: ~
  slack:
    channel_cfgs:
    - channel_name: 'my_slack_channel'
      slack_cfg_name: 'scp_workspace' # see cc-config repository