fix: Pre-releases changelog being shown (#1767)

This commit is contained in:
aAbed 2024-03-17 22:59:22 +05:45 committed by GitHub
parent ab13895196
commit add49e14fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,6 +85,9 @@ class GithubAPI {
updates++;
}
for (int i = 1; i < updates; i++) {
if (response.data[i]['prerelease']) {
continue;
}
releases.update(
'body',
(value) =>