Skip to content

Commit

Permalink
[Doc] Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bahsan committed May 25, 2021
1 parent a9a5741 commit 5dd10db
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ npm run rn \
### Options

```
--help Show help [boolean]
-t, --token GitHub Token [required]
-r, --repo GitHub repository (owner/repo) [required]
-k, --keys [required] [default: "feat:Features,fix:Fixes"]
-v, --version [required]
--help Show help [boolean]
-t, --token GitHub Token [required]
-r, --repo GitHub repository (owner/repo) [required]
-b, --branch Github branch [optional] [default: the default branch of the repo]
-k, --keys [required] [default: "feat:Features,fix:Fixes"]
-v, --version [required]
-s, --style Commit message style (full/short) [optional] [default: full]
```

> For the -k option, you can define any key+title that will be searched in commit list.
Expand Down

0 comments on commit 5dd10db

Please sign in to comment.