Skip to content

Commit

Permalink
Prepared release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gboddin committed Nov 22, 2017
1 parent ef22d8e commit 72bf3e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ ghcli status:set octocat Hello-World 33375d5f193cfa8d0fe2998ec312c871639257bf -s
ghcli deploy:create octocat Hello-World -r 33375d5f193cfa8d0fe2998ec312c871639257bf -e Staging -d "Super deploy"
ghcli deploy:list octocat Hello-World
ghcli deploy:update octocat Hello-World 23079543 -s error -d "Failed it !"
ghcli branch:create octocat Hello-World -t depedency/2.3.78 -s master
ghcli ref:create octocat HelloWorld -r refs/heads/depedency/2.3.78 -s bdb276f3227a19e826d8d511cfd53639153e0a6a
ghcli file:update octocat HelloWorld build.properties.lock 'Updated to version 2.3.78' 'depedency.version = 2.3.78' 'depedency/2.3.78' -c
ghcli pr:create octocat HelloWorld -t "Minor upgrade 2.3.78" -s depedency/2.3.78 -b master -d "Minor upgrade depedency/2.3.78"
Expand All @@ -50,7 +51,7 @@ ghcli pr:create octocat HelloWorld -t "Minor upgrade 2.3.78" -s depedency/2.3.78
## Current modules

```
ghcli version 0.2.6
ghcli version 0.2.7
Usage:
command [options] [arguments]
Expand All @@ -67,6 +68,8 @@ Options:
Available commands:
help Displays help for a command
list Lists commands
branch
branch:create Create a branch from another branch
deploy
deploy:create Creates a deployment
deploy:list List deployments for a repo
Expand Down
2 changes: 1 addition & 1 deletion bin/ghcli
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if (!class_exists('Gbo\PhpGithubCli\GithubCommand', true)) {

$application = new \Symfony\Component\Console\Application('ghcli');

$application->setVersion('0.2.6');
$application->setVersion('0.2.7');

/**
* Get github token :
Expand Down

0 comments on commit 72bf3e4

Please sign in to comment.