[PR #4890] [MERGED] allow api to create tags for releases if they don't exist #17537

Closed
opened 2025-11-02 13:56:15 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4890
Author: @Bobonium
Created: 9/7/2018
Status: Merged
Merged: 9/10/2018
Merged by: @techknowlogick

Base: masterHead: allow_api_to_create_tags


📝 Commits (3)

  • 826f77b allow api to create tags for releases
  • 7df6871 Merge branch 'master' into allow_api_to_create_tags
  • 5dc2ce3 Merge branch 'master' into allow_api_to_create_tags

📊 Changes

1 file changed (+0 additions, -4 deletions)

View changed files

📝 routers/api/v1/repo/release.go (+0 -4)

📄 Description

Although the UI is able to create tags for releases on the fly, the current API implementation does not allow this.
I see no reason why the API should not have the same features as the UI in this case, especially since both use the same underlying features, which is why removing these 3 lines is already enough to enable it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/4890 **Author:** [@Bobonium](https://github.com/Bobonium) **Created:** 9/7/2018 **Status:** ✅ Merged **Merged:** 9/10/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `allow_api_to_create_tags` --- ### 📝 Commits (3) - [`826f77b`](https://github.com/go-gitea/gitea/commit/826f77be333a1263725fe1715fa9ea5960e070a8) allow api to create tags for releases - [`7df6871`](https://github.com/go-gitea/gitea/commit/7df6871222ba3b9ca55ce33fce7be511d2a98b24) Merge branch 'master' into allow_api_to_create_tags - [`5dc2ce3`](https://github.com/go-gitea/gitea/commit/5dc2ce31532bbfa8e17bdf8fb90f64b0258aaffc) Merge branch 'master' into allow_api_to_create_tags ### 📊 Changes **1 file changed** (+0 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `routers/api/v1/repo/release.go` (+0 -4) </details> ### 📄 Description Although the UI is able to create tags for releases on the fly, the current API implementation does not allow this. I see no reason why the API should not have the same features as the UI in this case, especially since both use the same underlying features, which is why removing these 3 lines is already enough to enable it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 13:56:15 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17537