Releases: bitrise-steplib/steps-slack-message
Releases · bitrise-steplib/steps-slack-message
2.2.0
- Step is now written to use the new Bitrise CLI Go Toolkit, if that's available (available in Bitrise CLI 1.4.0 and newer), but includes everything required to run it with older Bitrise CLI too
- It can also use Slack's "Attachment" API feature to send the message, which allows a border color to be defined for the message but does not allow the regular text formatting (e.g.
*bold*
).- You can control which formatting mode to use (previous ->
text
or the newattachment
) with theformatting_mode
input
- You can control which formatting mode to use (previous ->
2.0.0
BREAKING It's a complete revision of the 1.x version, the new step.yml
conforms to the new bitrise
step yml format