Skip to content

How to delete release completely? #23022

Discussion options

You must be logged in to vote

Hi @caravelkit,

Thank you for being here! It is possible to delete using git from the command line. This can be done by running the following command inside the repository locally:

git push --delete origin tagname

Running the command above should delete the tag, allowing you to create it again against the correct branch.

I hope this helps!

Best,

Andrea

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@PoolloverNathan
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants