Repository tags are messed up
Hello,
It looks like the repository tags are messed up.
For example there are v4.* tags: https://github.com/TabbyML/tabby/tree/v4.3.1 (likely referring to another project/code than tabby 🤨 )
While the latest version of Tabby is v0.27.0.
It is messing with script trying to fetch the latest version from tags.
hi @nikaro, Thank you for pointing that out! The tags exist due to some historical complications. There is a plan in place to address the cleanup, although it is currently assigned a low priority.
To obtain the most recent version of Tabby, you may use the link below to check for and download the latest release:
https://github.com/TabbyML/tabby/releases/latest
Yep, i ended up relying on this: https://github.com/nikaro/homebrew-tap/blob/main/Formula/tabby.rb#L15 ;-)