Add mage files for changelog
Signed-off-by: James Strong <strong.james.e@gmail.com>
This commit is contained in:
parent
c015c628b5
commit
71e9bdcb68
21 changed files with 1650 additions and 21 deletions
|
|
@ -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)}'
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue