Closed
Description
Gitea Version
1.15.9
Git Version
2.30.2
Operating System
SLES 15 SP2
How are you running Gitea?
Running Gitea in this environment:
[2x haproxy / keepalived nodes] --- (ponting to traefik reverse proxy) ---> [ multiple docker swarm manager] ---- running ---> [ Single gitea container ]
Database
MySQL
Can you reproduce the bug on the Gitea demo site?
Yes. See releases for https://gitea.com/xorm/xorm/releases
Log Gist
No response
Description
Just noticed the individual links on the releases page missing the diff target.
Example: The release v1.0.7
shown in the screenshot indicates 2 commits since this release. When hoovering on the link the second parameter for viewing the diff is missing: http://<gitea-url>/<ORG>/<Repo>/.../v.1.0.7...
- I guess it should be:
http://<gitea-url>/<ORG>/<Repo>/.../v.1.0.7...<next Release tag>
or evenhttp://<gitea-url>/<ORG>/<Repo>/.../v.1.0.7...HEAD
?
Could this related to the merging strategy? I always use Squash Merge