Rename a Tag of an Existing Release

Hi. Is there anyway to rename the tag of an existing release on Gitea? I have a release “0.0.1” on tag “0.0.1”. I want to rename the tag to “v0.0.1”. I do this on Github by adding the tag “v0.0.1” and changing the release to follow tag “v0.0.1”. How do I do this on Gitea?

1 Like

Was looking for the same thing. Did you ever find an answer?

No. I ended up with:

  1. Deleting all the releases with the incorrect tags;
  2. Deleting all the incorrect tags;
  3. Adding all the correct tags;
  4. Recreate all the releases with the correct tags.