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
For repositories without tags or use cases where lastTag information is not required, findLastTag causes unnecessarily long execution time, as it might iterate though all or nearly all commits.
There should be an option to get repo info without lastTag information, as it would improve the execution time drastically.