-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add-version script now updates the readme version examples correctly.
Signed-off-by: Mike Cobbett <[email protected]>
- Loading branch information
1 parent
b933bde
commit aab98c4
Showing
2 changed files
with
5 additions
and
6 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
`brew install galasa-dev/tap/<cask>` | ||
|
||
Or `brew tap galasa-dev/tap` and then `brew install <cask>`. | ||
Or `brew tap galasa-dev/tap` and then `brew install --no-quarantine <cask>`. | ||
|
||
## Casks | ||
Currently different version of casks for the Galasa Command-Line interface (galasactl). To install the latest version use the following command | ||
|
@@ -20,7 +20,7 @@ brew install --no-quarantine [email protected] | |
``` | ||
for example | ||
``` | ||
brew install --no-quarantine galasactl@0.36.0 | ||
brew install --no-quarantine galasactl@0.37.0 | ||
``` | ||
|
||
At the moment the --no-quarantine is required because otherwise its not possible to run the galasactl. See documentation about this at | ||
|
@@ -31,7 +31,7 @@ Use the helper script `add-version.sh` | |
|
||
For example: | ||
```bash | ||
./add-version.sh --version 0.36.0 | ||
./add-version.sh --version 0.37.0 | ||
``` | ||
|
||
The file Cask/g/galasactl.rb will be updated with that version, so people can get that as the latest version. | ||
|
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