Releases: bitrise-steplib/steps-slack-message
Releases · bitrise-steplib/steps-slack-message
3.1.4
- Trim whitespace from ends of webhook URL #66
3.1.3
- change the warning log if both of the webhookURL and API token are provided
3.1.2
Remove Bash toolkit leftovers
3.1.1
Fixed confusing display of example for "Target Slack channel, group or username" input.
3.1.0
Restoring Slack Webhook URL
input and also supporting Slack API token
input.
3.0.0
- [d77fab6] Remove the old Webhook option (#46)
- [9ad24d7] PostMessage; Add api-token support.
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
-
Add the provided API token to the step's api_token
input
-
Invite the new bot to the channel where you want to send the message.
-
Set the channel
input in the step
2.7.3
- Webhook URL set to secret param.
2.7.2
- Replace Public Install Page field with a button
- Remove required constraints from fields
message
and color_on_error
- Increase maximum line length for short fields to 40
2.7.1
Rename on_error
category to If Build Failed