testing auto change

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2022-11-09 16:05:42 -05:00
parent a00cf624b7
commit ef5bf06c61
Failed to extract signature

15
hack/changelog.sh Executable file
View file

@ -0,0 +1,15 @@
#!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
declare -a mandatory
mandatory=(
LINES
RELEASE
)
gh pr list -R kubernetes/ingress-nginx -s merged -L ${LINES} -B main | cut -f1,2 | awk '{ printf "* [%s](https://github.com/kubernetes/ingress-nginx/pull/%s) %s\n",$1,$1, substr($0,6)}'