mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user