Skip to main content

Discord

Send release notifications to Discord

Config

announce:
  discord:
    enabled: true
    webhook_url: "{{ Env.DISCORD_WEBHOOK_URL }}"
    message_template: "{{ ProjectName }} {{ Tag }} has been released! {{ ReleaseURL }}"
FieldTypeDescription
enabledboolEnable Discord notifications
webhook_urlstringDiscord webhook URL (use template to read from env)
message_templatestringMessage body (templates supported)