adamreeve commented on code in PR #41721:
URL: https://github.com/apache/arrow/pull/41721#discussion_r1607910893
##########
dev/release/utils-prepare.sh:
##########
@@ -40,6 +40,15 @@ update_versions() {
meson.build
rm -f meson.build.bak
git add meson.build
+
+ glib_version_tuple="(${major_version}, 0)"
+ if [ "${type}" = "snapshot" ] && ! grep -q "${glib_version_tuple}"
tool/generate-version-header.py; then
Review Comment:
This is needed otherwise duplicate entries get added for minor and patch
releases. The `test_version_post_tag[release_type: :minor]` and
`test_version_post_tag[release_type: :patch]` tests also fail due to the added
duplicate versions.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]