Releases: bitrise-steplib/steps-slack-message
Releases · bitrise-steplib/steps-slack-message
4.1.0
4.0.0
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
3.4.0
What's Changed
- Add a note about conditional step running by @ofalvai in #81
- Export thread timestamp by @georgesjamous in #82
New Contributors
- @ofalvai made their first contribution in #81
- @georgesjamous made their first contribution in #82
Full Changelog: 3.3.0...3.4.0
3.3.0
What's Changed
- Configure Renovate by @renovate in #78
- Support sending messages into thread by @liamnichols in #80
New Contributors
- @renovate made their first contribution in #78
- @liamnichols made their first contribution in #80
Full Changelog: 3.2.1...3.3.0
3.2.1
3.2.0
3.1.5
Step description update.