Skip to content

Releases: bitrise-io/bitrise

1.28.0

13 Mar 15:41
Compare
Choose a tag to compare

Release Notes

Fixed an issue where shell terminals were unresponsive on Docker containers run by Bitrise CLI.

Fixed an issue where Ctrl+C would shutdown the Bitrise CLI, but any long running processess would remain running in the background.

Implemented changes related to build analytics.

Install or upgrade

To install this version, run the following commands (in a bash shell):

curl -fL https://github.com/bitrise-io/bitrise/releases/download/1.28.0/bitrise-$(uname -s)-$(uname -m) > /usr/local/bin/bitrise

Then:

chmod +x /usr/local/bin/bitrise

That's all, you're ready to call bitrise!