Add mage files for changelog

Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
James Strong 2022-11-11 09:23:19 -05:00 committed by James Strong
parent c015c628b5
commit 71e9bdcb68
Failed to extract signature
21 changed files with 1650 additions and 21 deletions

View file

@ -1,15 +0,0 @@
#!/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)}'