Skip to content

Commit

Permalink
chore: update tag delete
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Oct 29, 2021
1 parent 6807ac2 commit 4211df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/delete-tags.sh
@@ -1,4 +1,5 @@
git tag -l | grep v1.
git tag -l | grep v2.
git tag -l | grep alpha
git tag -l | grep beta
git tag -l | grep webpack
Expand Down Expand Up @@ -36,4 +37,4 @@ git push --delete origin "$1"
# done

# git tag --delete "v1.0.60-alpha.0"
# git push --delete origin "v1.0.60-alpha.0"
# git push --delete origin "v1.0.60-alpha.0"

0 comments on commit 4211df6

Please sign in to comment.