2.29.1
Changelog
- Implement parallel workflow variant related validations [CI-4328] by @gaborszakacs in #1051
- Expand and create HTML_REPORT_DIR in agent config mode. by @lpusok in #1053
- Bump format version and CLI version by @lpusok in #1054
- Allow environment variable reference as parallel value [CI-4344] by @gaborszakacs in #1055
- 5001518 Bump version (#1058)
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.29.1/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
!