missingChangelogFinder: add ripgrep-based best-effort script

This commit is contained in:
2025-11-11 15:37:09 +09:00
parent 8cddf2af16
commit 00817a3961

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p ripgrep findutils
rg "tag = " --files-with-matches | xargs rg "updateScript = " --files-with-matches | xargs rg "changelog =" --files-without-match