Releases: bitrise-io/stepman
0.9.40
Release Notes
- go dependencies update
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.40/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!
0.9.39
Release Notes
- go dependencies update
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.39/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!
0.9.38
Release Notes
- go dependencies update
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.38/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!
0.9.37
Release Notes
- go dependencies update
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.37/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!
0.9.36
Generate slim steplib spec
stepman setup --collection STEPLIB_URI
command will generate a tiny version of the steplib spec (slim-spec.json
) as well, this short version contains only the latest versions of the steps.
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.36/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!
0.9.35
Release Notes
- dependency updates
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.35/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!
0.9.34
Release Notes
- manage dependencies with dep
- dependency updates
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.34/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!
0.9.33
Release Notes
- go dependencies update
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.33/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!
0.9.32
Release Notes
- from now on git step's default branch is set to
master
, instead of the repository's default branch.
This means that if you use a step from its git source and do not specify the repo's branch to use:
workflows:
primary:
steps:
- git::https://github.com/bitrise-community/steps-ionic-archive.git:
the master branch will be cloned.
- dependency updates
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.32/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!
0.9.31
Release Notes
- godeps-update
Install or upgrade
To install this version, run the following commands (in a bash shell):
curl -fL https://github.com/bitrise-io/stepman/releases/download/0.9.31/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman
Then:
chmod +x /usr/local/bin/stepman
That's all, you're ready to call stepman
!