Update changelog script (#3421)

**What type of PR is this?**
> Uncomment only one ` /kind` line, and delete the rest.
> For example, `> /kind bug` would simply become: `/kind bug`

/kind code-refactoring

**What does does this PR do / why we need it**:

Updates the changelog script since we were having issues with changelog
not completing due to hitting the GitHub API limit.

**Which issue(s) this PR fixes**:

N/A

**How to test changes / Special notes to the reviewer**:

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
Charlie Drage
2020-06-25 09:24:00 -04:00
committed by GitHub
parent 2d9a03086f
commit 283dda4ef5

View File

@@ -28,6 +28,7 @@ To install odo, follow our installation guide at [docs.openshift.com]($INSTALLAT
After each release, binaries are synced to [mirror.openshift.com]($MIRROR)" > /tmp/base
github_changelog_generator \
--max-issues 500 \
--user openshift \
--project odo \
-t $GITHUB_TOKEN \