Skip to content

Commit

Permalink
finished publish + typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Viart committed Apr 5, 2020
1 parent 651ff2c commit 6565302
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,27 +74,27 @@ git tag -a $(cat ./VERSION) -m "docopts $(cat ./VERSION)"
git tag
```

## 9. build the release

With [deploy.sh](https://github.com/opensource-expert/deploy.sh) installed in our PATH

## 9. push the tag on docopts

```
git push docopts $(cat ./VERSION)
deploy.sh build
```

## 10. build the release

With [deploy.sh](https://github.com/opensource-expert/deploy.sh) installed in our PATH

## 10. push the tag on docopts

```
deploy.sh build
git push docopts $(cat ./VERSION)
```

## 11. deploy the release

load github env

```
. ./env
export GITHUB_USER=docopt
export GITHUB_REPO=docopts
deploy.sh deploy
Expand Down
2 changes: 1 addition & 1 deletion examples/arguments_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PATH=..:$PATH
# auto parse the header above, See: docopt_get_help_string
source docopts.sh --auto "$@"

# docopt_auto_parse use ARGS bash 4 globla assoc array
# docopt_auto_parse use ARGS bash 4 global assoc array
# main code
# on bash assoc array a '!' before name gives hash keys list
for a in ${!ARGS[@]} ; do
Expand Down

0 comments on commit 6565302

Please sign in to comment.