Release Notes
Fixed
rw backstage publish now reports correct git-commit modification times for sites that have no docs/ directory (e.g. a README.md homepage). Git repository discovery started from the (non-existent) source directory and failed silently, so every published page fell back to the filesystem checkout time — which in CI equals the latest commit's date, making unchanged pages look freshly modified. Discovery now climbs to the nearest existing directory, and rw warns when git modification times are requested but no repository is found.
Install rw 0.1.31
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/rwdocs/rw/releases/download/v0.1.31/rw-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/rwdocs/rw/releases/download/v0.1.31/rw-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install rwdocs/tap/rw
Download rw 0.1.31