You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have tags and releases, just like what we found on GitHub. However they behave differently.
On GitHub, we are given a dropdown list to pick an existing tag, or an Edit Tag button to draft a release on existing tags. In Gitea, we have to type an existing tag manually. No link on an existing tag leads to draft a release for it.
On GitHub, a tag is a tag, a release is a release. Deleting a release has no harm to a tag. In Gitea, there's no way to revert the action of drafting a release for an existing tag. Whenever a release is deleted, the corresponding tag, even if it was created before, gets deleted as well. No alt option was given to the user.
Both behaviors bring discomfort to those who creates or deletes releases on the website for existing tags.
What's your opinion? Are they expected behaviors / by design? Shall those be improved in later versions?
Cheers
The text was updated successfully, but these errors were encountered:
There should also be a way to delete tags that have been pushed through git.
Also, there is no way to delete release assets. If the release is deleted, the assets will remain in the folder.
Description
We have tags and releases, just like what we found on GitHub. However they behave differently.
On GitHub, we are given a dropdown list to pick an existing tag, or an Edit Tag button to draft a release on existing tags. In Gitea, we have to type an existing tag manually. No link on an existing tag leads to draft a release for it.
On GitHub, a tag is a tag, a release is a release. Deleting a release has no harm to a tag. In Gitea, there's no way to revert the action of drafting a release for an existing tag. Whenever a release is deleted, the corresponding tag, even if it was created before, gets deleted as well. No alt option was given to the user.
Both behaviors bring discomfort to those who creates or deletes releases on the website for existing tags.
What's your opinion? Are they expected behaviors / by design? Shall those be improved in later versions?
Cheers
The text was updated successfully, but these errors were encountered: