-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix a bug returning 404 when display a single tag with no release #29466
Conversation
…d bug when there is a prefix tag name on creating release
Could you have a look at the title too? gitea/templates/repo/release/list.tmpl Lines 20 to 30 in 850fc25
|
Fixed in b7dc094 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really LGTM (too many "if" tricks), but since there is a bug and the bug needs to be fixed.
* upstream/main: Fix a bug returning 404 when display a single tag with no release (go-gitea#29466) Add a check for when the command is canceled by the program on Window… (go-gitea#29538) Fix incorrect redirection when creating a PR fails (go-gitea#29537) Fix incorrect subpath in links (go-gitea#29535) Fix issue link does not support quotes (go-gitea#29484) (go-gitea#29487)
Partially caused by #29149
When use
replace
It missed
IncludeTags: true,
. That means this bug will be occupied only when the release is only a tag.