-
-
Notifications
You must be signed in to change notification settings - Fork 182
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: ujust changelog shows stable channel even when on GTS #2223
base: main
Are you sure you want to change the base?
Conversation
That's correct. I should have commented on that. There are no release tags for latest and daily images. The previous "latest" was pointing to the latest stable. Hence, if you are on a latest channel, then it was showing you a irrelevant changelog. Now it is failing. A solution is to tag those images. |
Maybe we should make the error prettier? |
Honestly think the easiest is to fallback to the previous changelogs. We can't readily bake the changelogs into the image and the script takes a bit of time to run. So just fallback to the other changelogs. |
Fetching changelogs for various release channels from github is impossible and cannot be baked into the image ublue-os#2223.
d36086b
to
2629849
Compare
Thanks for the suggestion. This makes it simpler. Let me know if this is according to expectations. |
Fixes ublue-os#2221 by picking the correct channel and by selecting the currently deployed version tag.
Fetching changelogs for various release channels from github is impossible and cannot be baked into the image ublue-os#2223.
2629849
to
cd83f3e
Compare
Fixes #2221 by picking the correct channel and by selecting the currently deployed version tag.