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 website header currently shows a "last commit" badge (shields.io github/last-commit), which isn't very meaningful to visitors -- it reflects internal dev activity rather than release cadence.
Replace it with a "last release" badge using shields.io's github/release-date or github/v/release endpoint instead.
The website header currently shows a "last commit" badge (shields.io
github/last-commit), which isn't very meaningful to visitors -- it reflects internal dev activity rather than release cadence.Replace it with a "last release" badge using shields.io's
github/release-dateorgithub/v/releaseendpoint instead.Relevant code:
apps/website/templates/LandingPage/components/Header.tsx:31-39