<#18437 Publish markdown files to readme.com with ...
# github-notifications
c
#18437 Publish markdown files to readme.com with `updatedAt` values based on the git timestamps Issue created by chrisjrn Currently, updating
updatedAt
values is a manual task, often overlooked by people updating the docs. This makes the docs appear more stale than they actually are (#18436). With
adhoc_tool
support, it should be possible to create a Pants-managed workflow to publish docs to readme.com. We should be able to write a tool to update the front matter of the docs to have a correct
updatedAt
value based on the mtime of the files, and then publish the post-processed files using the
rdme
node.js-based tool. pantsbuild/pants