Skip to content

Releases: bitrise-io/stepman

0.9.40

09 Apr 14:11
Compare
Choose a tag to compare

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

12 Mar 15:12
Compare
Choose a tag to compare

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

12 Feb 16:48
Compare
Choose a tag to compare

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

09 Jan 12:34
Compare
Choose a tag to compare

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

12 Dec 10:29
Compare
Choose a tag to compare

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

09 Oct 14:03
Compare
Choose a tag to compare

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

12 Sep 09:42
Compare
Choose a tag to compare

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

07 Aug 13:10
Compare
Choose a tag to compare

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

10 Jul 13:21
Compare
Choose a tag to compare

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

12 Jun 15:14
Compare
Choose a tag to compare

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!