Created
September 1, 2021 09:19
-
-
Save genadipost/9248e9858660f08400ba5837df0e221e to your computer and use it in GitHub Desktop.
Delete tags and gh releases release
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for i in $(seq 1 75) | |
do | |
gh release delete 0.0.$i --yes | |
git push --delete origin 0.0.$i | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment