We should call and parse https://api.github.com/repos/twentyhq/twenty/tags
Instead of https://api.github.com/repos/twentyhq/twenty/releases/latest
Because for sub-versions (ex: v0.32.4) we only create a tag and don't create a release so users will end-up with an outdated version (v0.32 instead of v0.32.4)
In the two scripts here: https://github.com/twentyhq/twenty/tree/main/packages/twenty-docker/scripts
We should call and parse
https://api.github.com/repos/twentyhq/twenty/tags
Instead of
https://api.github.com/repos/twentyhq/twenty/releases/latest
Because for sub-versions (ex: v0.32.4) we only create a tag and don't create a release so users will end-up with an outdated version (v0.32 instead of v0.32.4)