-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from gkiki90/release
auto changelog
- Loading branch information
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## Changes | ||
|
||
* Environment models moved to Envman. | ||
* Less verbose log at first setup of Steplib. | ||
* Dependencies added to StepModel (currently supported dependency manager: brew) | ||
|
||
|
||
## Install | ||
|
||
To install this version, run the following commands (in a bash shell): | ||
|
||
``` | ||
curl -L https://github.com/bitrise-io/stepman/releases/download/0.9.6/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman | ||
``` | ||
|
||
Then: | ||
|
||
``` | ||
chmod +x /usr/local/bin/stepman | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Changelog template: | ||
|
||
|
||
## Changes | ||
|
||
* __BREAKING__ : change 1 | ||
* change 2 | ||
|
||
|
||
## Install | ||
|
||
To install this version, run the following commands (in a bash shell): | ||
|
||
``` | ||
curl -L https://github.com/bitrise-io/stepman/releases/download/{{version}}/stepman-$(uname -s)-$(uname -m) > /usr/local/bin/stepman | ||
``` | ||
|
||
Then: | ||
|
||
``` | ||
chmod +x /usr/local/bin/stepman | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters