Skip to content

Commit 25c7856

Browse files
author
Christopher McCulloh
authored
Adds documentation on using a GHE endpoint
1 parent 49f8df2 commit 25c7856

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ Because software tools are for people. If you don’t care, why are you contribu
7777
- `github_changelog_generator -u github_username -p github_project`
7878
- `github_changelog_generator github_username/github_project`
7979

80+
- If you are running it against a repository on a Github Enterprise install, you must specify *both* `--github-site` and `--github-api` command line options:
81+
82+
github_changelog_generator --github-site=«https://github.yoursite.com» --github-api=«https://github.yoursite.com/api/v3/»
83+
8084
This generates a changelog to the `CHANGELOG.md` file, with pretty markdown formatting.
8185

8286
### Params

0 commit comments

Comments
 (0)