Last active
June 20, 2020 17:23
-
-
Save dev-drprasad/6162929c3d7ed900dcbd2cf6f804a980 to your computer and use it in GitHub Desktop.
JavaScript code to delete multiple git tags with given tag prefix. Run: GITHUB_TOKEN=<replace with yours> GITHUB_REPOSITORY=<owner>/<repo> TAG_PREFIX=<tag prefix> node delete-github-tags-with-prefix.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to push deleted tags to remote ? https://devconnected.com/how-to-delete-local-and-remote-tags-on-git/