You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should use a latest.json file in the root of the repo that keeps track of the latest released versions of each plugin. hitting the same endpoint as git ls-remote (to get the info from this tag) includes some ugly code in orbiter that we could remove if we replace with a json file. additionally it will be easier to debug and easier to update.
The text was updated successfully, but these errors were encountered:
we should use a
latest.json
file in the root of the repo that keeps track of the latest released versions of each plugin. hitting the same endpoint asgit ls-remote
(to get the info from this tag) includes some ugly code in orbiter that we could remove if we replace with a json file. additionally it will be easier to debug and easier to update.The text was updated successfully, but these errors were encountered: