Skip to content

Releases: bitrise-io/bitrise

2.18.0

23 Jul 14:10
dfda9c5
Compare
Choose a tag to compare

Changelog

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.18.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!

2.17.0

12 Jul 09:25
6c62088
Compare
Choose a tag to compare

Changelog

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.17.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!

2.16.1

07 Jun 09:26
073c9a1
Compare
Choose a tag to compare

Changelog

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.16.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!

2.16.0

06 Jun 08:07
20fc352
Compare
Choose a tag to compare

Changelog

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.16.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!

2.15.0

03 Jun 08:19
246c4bc
Compare
Choose a tag to compare

Changelog

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.15.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!

2.14.1

22 May 09:07
6889db6
Compare
Choose a tag to compare

Changelog

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.14.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!

2.13.1

24 Apr 07:30
f5fadde
Compare
Choose a tag to compare

Changelog

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.13.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!

2.13.0

18 Apr 08:55
8de0204
Compare
Choose a tag to compare

Changelog

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.13.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!

2.12.0

12 Apr 07:41
2.12.0
7929fb4
Compare
Choose a tag to compare

This release cleans up some old features and subcommands. These were made for internal use and were not really useful for end users, but if we made a mistake by removing one you need, please open an issue!

Changelog

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.12.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!

2.11.0

27 Mar 07:40
52199a8
Compare
Choose a tag to compare

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!