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
The URL returned a success code. This seems valuable, but should be off by default since it would require internet connectivity and will definitely slow things down.
Maybe provide means to check that the target tag at that URL pointed back to the current tag.
This is harder since the URL may not return just the text, or even a tag (it could be documentation).
May need to regexp the returned content and see if a corresponding tag exists, then act accordingly.
If the target URL is a GitHub repo, we could potentially work out if that file has changed since the commit SHA of the URL, and then warn that there have been updates. This sounds pretty hard too, but not impossible.
Could provide a mapping of URL to local repo, and then, for repo URLs, use that to verify the tags.
This could check: