fix replace-version script
This commit is contained in:
parent
b68c953247
commit
f67fc21a80
10 changed files with 24 additions and 24 deletions
2
bb.edn
2
bb.edn
|
|
@ -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))}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue