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
When pressing New Release on a tag, the Release page doesn't set the Target combo box correctly, so the user must manually change the branch in order to successfully create the release.
Screenshots
From the Tags page:
When pressing New Release:
But if I fill in a Title and try to click Publish, I get:
The fix is to open the Target drop-down box and change the target to the actual branch:
Doing so removes the original "Target : [branchname]" option entirely:
Gitea Version
1.16.7
Can you reproduce the bug on the Gitea demo site?
No, but the only reason is because tags currently don't show up at all (see issue #19622)
Operating System
Windows 11
Browser Version
Chrome Version 100.0.4896.127 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered:
Description
When pressing New Release on a tag, the Release page doesn't set the Target combo box correctly, so the user must manually change the branch in order to successfully create the release.
Screenshots
From the Tags page:
When pressing New Release:
But if I fill in a Title and try to click Publish, I get:
The fix is to open the Target drop-down box and change the target to the actual branch:
Doing so removes the original "Target : [branchname]" option entirely:
Gitea Version
1.16.7
Can you reproduce the bug on the Gitea demo site?
No, but the only reason is because tags currently don't show up at all (see issue #19622)
Operating System
Windows 11
Browser Version
Chrome Version 100.0.4896.127 (Official Build) (64-bit)
The text was updated successfully, but these errors were encountered: