-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This could check:
- 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request