Addresses some formatting issues
This commit is contained in:
parent
25c7856e19
commit
bb87462e3a
|
@ -79,7 +79,8 @@ Because software tools are for people. If you don’t care, why are you contribu
|
||||||
|
|
||||||
- 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:
|
- 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:
|
||||||
|
|
||||||
github_changelog_generator --github-site=«https://github.yoursite.com» --github-api=«https://github.yoursite.com/api/v3/»
|
github_changelog_generator --github-site="https://github.yoursite.com" \
|
||||||
|
--github-api="https://github.yoursite.com/api/v3/"
|
||||||
|
|
||||||
This generates a changelog to the `CHANGELOG.md` file, with pretty markdown formatting.
|
This generates a changelog to the `CHANGELOG.md` file, with pretty markdown formatting.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user