gh release list -L1000 -Oasc --json tagName \
--template '{{range .}}gh release delete {{.tagName}} -y && \{{printf "\n"}}{{end}}' | grep -v -e product
Last active
March 11, 2025 10:10
-
-
Save kthy/9cee890961c32890bed9ab24abe4afd9 to your computer and use it in GitHub Desktop.
List GitHub releases, only show non-prod releases and format output for deletion
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment