Releases: bitrise-steplib/steps-slack-message
Releases · bitrise-steplib/steps-slack-message
3.1.2
Remove Bash toolkit leftovers
3.1.1
3.1.0
3.0.0
MIGRATING GUIDE
Moving from v2 to v3
-
The new version of the step is not using the webhook option anymore.
-
You have to create a bot with an API token at https://my.slack.com/apps/manage/custom-integrations
If you have no bot option you need to enable it it first by:
https://my.slack.com/apps/A0F7YS25R-bots
2.7.4
2.7.3
- Webhook URL set to secret param.
2.7.2
2.7.1
2.7.0
- More customizable and better default Slack messages
- New inputs:
author_name
: A small text used to display the author's namebuttons
: A list of buttons attached to the message as link buttonschannel_on_error
: Target Slack channel, group or username if the build failedfields
: A list of fields to be displayed in a table inside the attachmentfooter
: Adds some brief text as footerfooter_icon
: Renders a small icon beside the footer textpretext
: An optional text that appears above the attachment blockpretext_on_error
: Pretext if the build failedtext
: Text of the message to send (Different from the attachment's message)text_on_error
: Text if the build failedthumb_url
: A URL to an image file that will be displayed as a thumbnailthumb_url_on_error
: Thumb URL if the build failedtimestamp
: Show the current time as part of the attachment's footer?title
: The title of the attachmenttitle_on_error
: The title of the attachment if the build failedtitle_link
: A URL that will hyperlink the title