missingChangelogFinder: add ripgrep-based best-effort script
This commit is contained in:
4
missingChangelogFinder/rg-tag-updatescript.sh
Executable file
4
missingChangelogFinder/rg-tag-updatescript.sh
Executable 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
|
||||
Reference in New Issue
Block a user