Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove deprecated query condition in ListReleases (go-gitea#28339)
close go-gitea#24057 call stack: https://github.com/go-gitea/gitea/blob/25faee3c5f5be23c99b3b7e50418fc0dbad7a41b/routers/api/v1/repo/release.go#L154 https://github.com/go-gitea/gitea/blob/ec1feedbf582b05b6a5e8c59fb2457f25d053ba2/routers/api/v1/utils/page.go#L13-L18 https://github.com/go-gitea/gitea/blob/ec1feedbf582b05b6a5e8c59fb2457f25d053ba2/services/convert/utils.go#L15-L22 ##⚠️ Breaking⚠️ (though it's not caused by this PR) Do not use `per_page` to specify pagination; use `limit` instead
- Loading branch information