Skip to content

2.11.0

Compare
Choose a tag to compare
@bitrise-devs-bot bitrise-devs-bot released this 27 Mar 07:40
· 59 commits to master since this release
52199a8

Changelog

  • 6bcf325 Advanced trigger map (#932)
  • e7b41c6 Automate release binary uploads (#931)
  • dd562e2 Clean up unused BITRISE_TMP_DIR (#890)
  • ad48e5a Fix per-step test result dir handling (#923)
  • 0e87d89 Remove GOPATH mode support from Go toolkit (#921)
  • 52199a8 Update Bitrise CLI and default plugins' version (#934)
  • e8a28a7 fix(deps): update module github.com/docker/docker to v24.0.9+incompatible [security] (#933)

Install or upgrade

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

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

ℹ️ Apple Silicon: Please note by default /usr/local/bin does not exist and isn't encouraged by the community over /opt/bin. Use a custom folder path or use your own bin folder path. i.e /opt/bin

Then:

chmod +x /usr/local/bin/bitrise

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