Skip to content

Releases: bitrise-steplib/steps-slack-message

3.1.4

09 Jul 13:26
a1aaf01
Compare
Choose a tag to compare
  • Trim whitespace from ends of webhook URL #66

3.1.3

31 May 09:00
Compare
Choose a tag to compare
  • change the warning log if both of the webhookURL and API token are provided

3.1.2

18 Dec 08:49
Compare
Choose a tag to compare

Remove Bash toolkit leftovers

3.1.1

14 Dec 14:36
Compare
Choose a tag to compare

Fixed confusing display of example for "Target Slack channel, group or username" input.

3.1.0

09 Oct 16:01
Compare
Choose a tag to compare

Restoring Slack Webhook URL input and also supporting Slack API token input.

3.0.0

03 Oct 12:27
Compare
Choose a tag to compare
  • [d77fab6] Remove the old Webhook option (#46)
  • [9ad24d7] PostMessage; Add api-token support.

MIGRATING GUIDE
Moving from v2 to v3

  1. The new version of the step is not using the webhook option anymore.

  2. You have to create a bot with an API token at https://my.slack.com/apps/manage/custom-integrations
    add

If you have no bot option you need to enable it it first by:
https://my.slack.com/apps/A0F7YS25R-bots

  1. Add the provided API token to the step's api_token input
    token

  2. Invite the new bot to the channel where you want to send the message.
    invite

  3. Set the channel input in the step

2.7.4

31 Aug 08:12
Compare
Choose a tag to compare

2.7.3

25 Jun 11:24
Compare
Choose a tag to compare
  • Webhook URL set to secret param.

2.7.2

23 Feb 10:23
Compare
Choose a tag to compare
  • 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

22 Feb 13:31
Compare
Choose a tag to compare

Rename on_error category to If Build Failed