Skip to content

Commit

Permalink
chore(dev/release): work around sed behavior on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jul 1, 2024
1 parent db1b897 commit 9a514ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/release/utils-prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ update_versions() {
git add cmake_modules/AdbcVersion.cmake

# Avoid changing meson_version
sed -i.bak -E "s/\bversion: '.+',/version: '${c_version}',/g" meson.build
sed -i.bak -E "s/ version: '.+',/ version: '${c_version}',/g" meson.build
rm meson.build.bak
git add meson.build
popd
Expand Down

0 comments on commit 9a514ef

Please sign in to comment.