Replies: 1 comment
-
We have a breaking changes label (https://github.com/immich-app/immich/discussions?discussions_q=label%3Achangelog%3Abreaking-change+sort%3Adate_created) but we'll also switch to semver with the stable release too, at which point this becomes trivial. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the rapid pace at which Immich does releases, I want to build a semi-automated script to help with server upgrades.
I want to be super-conservative and only upgrade if there are no breaking changes. And for this purpose, is there some tag or label or some programmatic way that I can use to query whether a particular release is breaking or not?
I could pull the release notes and grep for
Breaking Changes
but that seems too fragile. Is there a better way?I know there's "Announcements" category with a particular label but I haven't yet figured out how to programmatically query it.
Has anyone does something ?
Beta Was this translation helpful? Give feedback.
All reactions