-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display age/release date for updates #5822
Comments
I was anticipating this to just be shown in the table, which would mean it reflects the latest version. Also, not to show all four at once but to give people the choice of which to display (because we support templates). |
Okay, got it. |
I think for this we need:
Otherwise the PR will need to be regularly updated, which generates noise. |
What would you like Renovate to be able to do?
Give a clear indication to users about when an update was released (if we have that data)
Describe the solution you'd like
We might need to offer various approaches. Here are the possibilities I can think of:
16-Mar
if it's same year, or12-Sep-2018
if it's older than a year)People will have different preferences, so we could satisfy this by exposing multiple values per-update to the PR body templates, e.g.
timestampRaw
:20200320T140201Z
timestampPrettyDay
:16-Mar-2020
timestampPrettyDayShort
:16-Mar
timestampAge
:2 hours
The text was updated successfully, but these errors were encountered: