Skip to content

Commit

Permalink
enhance document
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Mar 11, 2017
1 parent fffff81 commit 9027d49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,24 @@ Generate changelog from git history, tags and merged pull requests
--remote= default remote name (default: origin)
```

## GITHUB Token

When github's api token is required in private repository etc., it is used in the following order of priority.

- command line option `--token`
- enviroment variable `GITHUB_TOKEN`
- `git config github.token`

## GitHub Enterprise

You can use `ghch` for GitHub Enterprise. Change API endpoint via the enviromental variable.

$ export GITHUB_API=http://github.company.com/api/v3

## Requirements

git 1.8.5 or newer is required.

## Examples

### display changes from last versioned tag
Expand Down

0 comments on commit 9027d49

Please sign in to comment.