[PR #3108] [MERGED] Fix missing branch in release bug #16771

Closed
opened 2025-11-02 12:18:44 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3108
Author: @ethantkoenig
Created: 12/7/2017
Status: Merged
Merged: 12/8/2017
Merged by: @lunny

Base: masterHead: fix/releases


📝 Commits (1)

  • d52da55 Fix missing branch in release bug

📊 Changes

3 files changed (+72 additions, -0 deletions)

View changed files

📝 modules/test/context_tests.go (+10 -0)
📝 routers/repo/release.go (+1 -0)
routers/repo/release_test.go (+61 -0)

📄 Description

Fixes #3066. Previously, the target of a release would not be set if the tag already existed.


🔄 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/3108 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 12/7/2017 **Status:** ✅ Merged **Merged:** 12/8/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/releases` --- ### 📝 Commits (1) - [`d52da55`](https://github.com/go-gitea/gitea/commit/d52da55aa7d76139802b7ec08c0a5643b52d0a5a) Fix missing branch in release bug ### 📊 Changes **3 files changed** (+72 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `modules/test/context_tests.go` (+10 -0) 📝 `routers/repo/release.go` (+1 -0) ➕ `routers/repo/release_test.go` (+61 -0) </details> ### 📄 Description Fixes #3066. Previously, the `target` of a release would not be set if the tag already existed. --- <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 12:18:44 -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#16771