Skip to content

Releases: bitrise-io/bitrise-init

3.3.0

23 Feb 09:24
37dca45
Compare
Choose a tag to compare

Release Notes

Install or upgrade

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

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

ℹ️ 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-init

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

3.2.0

15 Feb 15:13
6999859
Compare
Choose a tag to compare

Release Notes

Install or upgrade

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

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

ℹ️ 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-init

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

3.1.0

14 Feb 16:25
72be2c6
Compare
Choose a tag to compare

Release Notes

Install or upgrade

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

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

ℹ️ 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-init

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

3.0.0

02 Dec 11:22
80ed402
Compare
Choose a tag to compare

Release Notes

Install or upgrade

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

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

Then:

chmod +x /usr/local/bin/bitrise-init

M1 machine: Please note by default /usr/local/bin does not exist for M1 machines. Use a custom folder or save it to your own bin folder. i.e /opt/

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

2.10.0

26 Oct 07:58
7480439
Compare
Choose a tag to compare

Updated steps to new major versions:

2.9.0

14 Sep 14:38
a888f2c
Compare
Choose a tag to compare

Do not specify a Module in the generated workflows' Android Lint and Android Unit Test steps.

2.8.0

13 Sep 14:21
38ebe2e
Compare
Choose a tag to compare

Updated Deploy to Bitrise.io step major version to 2.

2.6.0

26 Jul 12:47
228da32
Compare
Choose a tag to compare

Updated Xcode Test for iOS step version to 3.0.0.

2.5.1

18 May 13:00
0b2b7f9
Compare
Choose a tag to compare

Upgraded to the latest major version of git-clone. (#206)

2.4.1

12 May 09:07
71cb279
Compare
Choose a tag to compare

Migrate to Go modules and update default step versions to the latest major.