This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new cda3468e2 chore(dev/release): fix version bump script (#2109)
cda3468e2 is described below
commit cda3468e246c5ebbf615b69a83219d075ce78a47
Author: David Li <[email protected]>
AuthorDate: Fri Aug 30 10:23:37 2024 +0900
chore(dev/release): fix version bump script (#2109)
---
dev/release/utils-prepare.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/dev/release/utils-prepare.sh b/dev/release/utils-prepare.sh
index 5ea4a6aba..43292d377 100644
--- a/dev/release/utils-prepare.sh
+++ b/dev/release/utils-prepare.sh
@@ -81,6 +81,9 @@ update_versions() {
sed -i.bak \
-E
"s|<VersionPrefix>.+</VersionPrefix>|<VersionPrefix>${csharp_version}</VersionPrefix>|"
\
+ "${ADBC_DIR}/csharp/Directory.Build.props"
+ rm "${ADBC_DIR}/csharp/Directory.Build.props.bak"
+ sed -i.bak \
-E
"s|<VersionSuffix>.+</VersionSuffix>|<VersionSuffix>${csharp_suffix}</VersionSuffix>|"
\
"${ADBC_DIR}/csharp/Directory.Build.props"
rm "${ADBC_DIR}/csharp/Directory.Build.props.bak"