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
We think there are situations where an article gets a major update, but the ms.date metadata isn't updated in that commit. To find those, add a command to CleanRepo that traverses all the source files in the local copy of the repo and compares the dates of recent commits to the ms.date value.
To get the commit history, a query like this works:
To find the ms.date value, the metadata block for each file needs to be read. Also, the docfx.json file needs to be partially processed to read any global metadata for ms.date and any file path based metadata for ms.date.
We think there are situations where an article gets a major update, but the
ms.date
metadata isn't updated in that commit. To find those, add a command to CleanRepo that traverses all the source files in the local copy of the repo and compares the dates of recent commits to the ms.date value.To get the commit history, a query like this works:
To find the ms.date value, the metadata block for each file needs to be read. Also, the docfx.json file needs to be partially processed to read any global metadata for ms.date and any file path based metadata for ms.date.
Associated WorkItem - 360306
The text was updated successfully, but these errors were encountered: