Update release script (#2712)

**What type of PR is this?**
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespace from that line:

> /kind cleanup

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

Updates the release script to include other kinds / labels that weren't there

**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-03-12 22:27:46 -04:00
committed by GitHub
parent 3a9981fa59
commit fbf059cdb9

View File

@@ -25,7 +25,7 @@ echo -e "# Installation of $2
To install odo, follow our installation guide at [docs.openshift.com]($INSTALLATION_GUIDE)
After each release, binaries synced on [mirror.openshift.com]($MIRROR)" > /tmp/base
After each release, binaries are synced to [mirror.openshift.com]($MIRROR)" > /tmp/base
github_changelog_generator \
--user openshift \
@@ -43,9 +43,9 @@ github_changelog_generator \
--bugs-label "**Bugs:**" \
--bug-labels "kind/bug" \
--removed-label "**Tests:**" \
--removed-labels "kind/flake,kind/test" \
--security-label "**Documentation:**" \
--security-labels "kind/docs,kind/documentation"
--removed-labels "kind/flake,kind/test,kind/failing-test" \
--security-label "**Documentation & Discussions:**" \
--security-labels "kind/docs,kind/documentation,kind/design,kind/discussion,kind/epic"
echo ""
echo "The changelog is located at: /tmp/changelog"