Skip to content
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

Update 1-click install script to use /tags endpoint instead of /relase #8679

Open
FelixMalfait opened this issue Nov 22, 2024 · 3 comments
Open
Labels

Comments

@FelixMalfait
Copy link
Member

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)

@MrSuddenJoy
Copy link

@FelixMalfait Its super easy thing to do.

@FelixMalfait
Copy link
Member Author

@MrSuddenJoy feel free to raise a PR! Thanks! Please test it well

@yadavshubham01
Copy link
Contributor

@FelixMalfait just solved this isssue review this pr #8689

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants