Skip to content

1.39.1

Compare
Choose a tag to compare
@bitrise-devs-bot bitrise-devs-bot released this 25 Feb 15:57
1553532

Release Notes

  • [c65c9e8] In a bitrise.yml workflow, if using locked step version (using the latest minor or major step version) update the Step Library before selecting the exact step version. This allows the use of the always latest step version (#704)
  • [f9f500f] Update logrus dependency from github.com/Sirupsen/logrus to github.com/sirupsen/logrus (#703)

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.39.1/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!