.github/push_release_production.sh
#!/bin/bash
# experimental
# https://github.com/kodadot/nft-gallery/issues/5770
gh pr list -s merged --json url -B main --jq ".[] | .url" | sed 's/^/- /' $1 | awk 'BEGIN{print "Release Update \n"}{ print}' $1 | gh pr create -t "(prod): $(date +"%B %Y")" -d -H beta -B production -l release --body-file -