Skip to content

Commit

Permalink
Skip kubevirt-bot in release announcement
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Sluiter <[email protected]>
  • Loading branch information
slintes committed Nov 4, 2019
1 parent 9223d49 commit 0a9ed08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release-announce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ EOF
}

shortlog() {
git shortlog -sne $RELSPANREF | sed "s/^/ /"
git shortlog -sne $RELSPANREF | sed "s/^/ /" | grep -v kubevirt-bot
}

functest() {
Expand Down

0 comments on commit 0a9ed08

Please sign in to comment.