Skip to main content

Slack

Send release notifications to Slack

Config

announce:
  slack:
    enabled: true
    webhook_url: "{{ Env.SLACK_WEBHOOK_URL }}"
    message_template: "{{ ProjectName }} {{ Tag }} released: {{ ReleaseURL }}"
FieldTypeDescription
enabledboolEnable Slack notifications
webhook_urlstringSlack webhook URL
message_templatestringMessage body (templates supported)