Skip to content

Releases: bitrise-steplib/steps-slack-message

4.1.0

24 Nov 15:58
73c8736
Compare
Choose a tag to compare

What's Changed

  • Added support to TS and Footer on error by @extmkv in #89

New Contributors

Full Changelog: 4.0.0...4.1.0

4.0.0

08 Aug 07:39
88a2c07
Compare
Choose a tag to compare

What's Changed

Added support for Bitrise Build Pipelines.

Breaking Change: The step now considers the Pipeline status and it has priority over the Build status.

This changes the behavior of the step when it is used in a Pipeline Build. When the overall Pipeline Build status is not succeeded or succeeded_with_abort the step will consider the build status as failed and the *_on_error inputs are used regardless of the current Workflow's Build's status.

To ignore the Pipeline Build status set the pipeline_build_status step input to an empty string (pipeline_build_status: ""), this can be done in the Workflow Editor's bitrise.yml tab.

Full Changelog: 3.5.0...4.0.0

3.5.0

20 Sep 09:38
b38da23
Compare
Choose a tag to compare

What's Changed

Multi-line strings for fields are now supported, using the \n escaped newline.
Example:

- fields: |
    Release notes|- Line1 \n -Line2
    App|${BITRISE_APP_TITLE}
    Branch|${BITRISE_GIT_BRANCH}
    Workflow|${BITRISE_TRIGGERED_WORKFLOW_ID}

(#85)

3.4.0

05 Jul 16:01
831f0aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.0...3.4.0

3.3.0

05 Jul 16:01
eb741f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.1...3.3.0

3.2.1

04 Oct 06:56
d992d8a
Compare
Choose a tag to compare

[#79] Trim whitespace in channel name inputs

🥇 Thank you @DiptoChakrabarty for the contribution!

3.2.0

30 Sep 08:23
d3ce902
Compare
Choose a tag to compare

[#76] Allow sending message to a different channel on failure

🥇 Thank you @weedmapsmike for the contribution!

3.1.5

20 Nov 14:51
556b768
Compare
Choose a tag to compare

Step description update.

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