fix replace-version script

This commit is contained in:
Michiel Borkent 2024-11-24 12:43:47 +01:00
parent b68c953247
commit f67fc21a80
10 changed files with 24 additions and 24 deletions

2
bb.edn
View file

@ -65,7 +65,7 @@
:task
(let [[prev next] *command-line-args*]
(-> (process ["bash" "-c"
(format "rg %s --files-with-matches | xargs sed -i '' 's/%s/%s/g'"
(format "rg %s --files-with-matches -g '!/CHANGELOG.md' | xargs sed -i '' 's/%s/%s/g'"
prev prev next)]
{:inherit true})
p/check))}