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 currently do a naive regex search on the string dump of the entire plan when trying to find version numbers. We should attempt to do the following instead:
Get the plan name, these are usually of the form "v"
Search the git tags in the associated chain repo
Find all matching tags that have the plan name version number in them
Return the "best" match (or the closest match that can be made)
The text was updated successfully, but these errors were encountered:
We currently do a naive regex search on the string dump of the entire plan when trying to find version numbers. We should attempt to do the following instead:
The text was updated successfully, but these errors were encountered: