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
No. I ended up with:
- Deleting all the releases with the incorrect tags;
- Deleting all the incorrect tags;
- Adding all the correct tags;
- Recreate all the releases with the correct tags.