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
Today the plugin shows an image red if it's > 3 versions out of date, yellow if 1 or 2, and green if up to date. For semver tags, we should rely on the semver contract, and show red if it's a major version (or more) outdated, yellow if it's 1 or more minor versions or patches outdated, and green if it's completely current
The text was updated successfully, but these errors were encountered:
Today the plugin shows an image red if it's > 3 versions out of date, yellow if 1 or 2, and green if up to date. For semver tags, we should rely on the semver contract, and show red if it's a major version (or more) outdated, yellow if it's 1 or more minor versions or patches outdated, and green if it's completely current
The text was updated successfully, but these errors were encountered: