Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
git tag -d apache-griffin-<VERSION> # delete locally
git push --delete apache-git tagname # delete remote tag
git push apache-git :apache-griffin-<VERSION> # delete in the Apache git repo

...