2.2.0
bitrise-devs-bot
released this
12 Jan 12:11
·
139 commits
to master
since this release
Changelog
- 3b433a0 Bump version to 2.2.0 (#841)
- e3a11c1 Shallow-clone git step references (#838)
- 3d223a9 Update default plugin versions (#840)
- 9e89cf5 chore: TIP-997 change analyticsServerURL (#839)
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.2.0/bitrise-"$(uname -s)"-"$(uname -m)" > /usr/local/bin/bitrise
ℹ️ M1 machine: Please note by default /usr/local/bin
does not exist on M1 machines 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
!