Skip to content

0.9.25

Compare
Choose a tag to compare
@godrei godrei released this 14 Oct 10:52
· 149 commits to master since this release

Release Notes

  • stepman share command fix: in version 0.9.24 stepman created a branch - for sharing a new step - with name: STEP_ID and later tried to push the steplib changes on branch: STEP_ID-STEP_VERSION, which branch does not exist.
    This release contains a quick fix for stepman sharing, the final share branch layout is: STEP_ID-STEP_VERSION

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.25/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!