slack Trait
Attributes
name |
required? |
default |
type |
explanation |
---|---|---|---|---|
channel_cfgs |
yes |
None |
One of:
|
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: 'my_slack_cfg_name'