diff options
Diffstat (limited to 'contrib/version-bump')
-rw-r--r-- | contrib/version-bump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/version-bump b/contrib/version-bump index d398ce4..fff89c2 100644 --- a/contrib/version-bump +++ b/contrib/version-bump @@ -9,7 +9,7 @@ OLD_TAG=$(jq -r '.version' package.json) echo "Bumping version from $OLD_TAG to $GIT_TAG" -rg "$OLD_TAG" --files-with-matches --iglob \!\*lock\* --iglob \!go.mod --iglob \!deno.json --iglob \!package.json --iglob \!\*.md | xargs sed -i "s/$OLD_TAG/$GIT_TAG/g" +rg "$OLD_TAG" --files-with-matches --iglob \!\*lock\* --iglob \!go.mod --iglob \!deno.json --iglob \!package.json --iglob \!\*.md "$(pwd)" | xargs sed -i "s/$OLD_TAG/$GIT_TAG/g" # fiddle with autotools AUTOTOOLS_TAG=${GIT_TAG//\./:} |