Ability to create a tag on any commit from the web UI #8249

Closed
opened 2025-11-02 07:59:37 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @Danita on GitHub (Dec 14, 2021).

Feature Description

As of now, you can only create a tag from the "New release" page, but that tag ends up pointing to the last commit of the selected branch. It would be good to be able to tag any commit from that UI or even from a contextual button on the commit view.

This would be useful for example managing tags by people organizing releases on multiple huge repos, for whom there's no other use to have a full clone locally.

Screenshots

An implementation proposal:

proposal

Originally created by @Danita on GitHub (Dec 14, 2021). ### Feature Description As of now, you can only create a tag from the "New release" page, but that tag ends up pointing to the last commit of the selected branch. It would be good to be able to tag any commit from that UI or even from a contextual button on the commit view. This would be useful for example managing tags by people organizing releases on multiple huge repos, for whom there's no other use to have a full clone locally. ### Screenshots An implementation proposal: ![proposal](https://user-images.githubusercontent.com/754783/146080944-413a16ad-36ee-462b-a3e7-b266f3063e76.PNG)
GiteaMirror added the type/proposal label 2025-11-02 07:59:37 -06:00
Author
Owner

@lunny commented on GitHub (Dec 15, 2021):

We could put two dropdown buttons here, one is for creating a new tag, another is for creating a new branch. Of course when you have write permission of the Code.

@lunny commented on GitHub (Dec 15, 2021): We could put two dropdown buttons here, one is for creating a new tag, another is for creating a new branch. Of course when you have write permission of the Code.
Author
Owner

@silverwind commented on GitHub (Dec 17, 2021):

Dropdown is planned to be added in https://github.com/go-gitea/gitea/pull/17902.

@silverwind commented on GitHub (Dec 17, 2021): Dropdown is planned to be added in https://github.com/go-gitea/gitea/pull/17902.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#8249