2.6.0
Changelog
- 636e6d0 Add envcontain to template string evaluation (#888)
- 1e31078 Agent cleanup hooks (#897)
- 0f81204 Agent hooks (#896)
- b3b017c Apply dir overrides from agent config (#894)
- 1ada6ff Read and parse agent config (#892)
- 8e5ab6a Remove long-deprecated --path flag (#891)
- 92d4629 Update version to 2.6.0 (#898)
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.6.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
!