raulcd commented on PR #43294:
URL: https://github.com/apache/arrow/pull/43294#issuecomment-2236086384
> Could you share the command line you tried? I want to try it too.
I was just trying what the test was doing on the branch:
```
BUMP_DEFAULT=0 BUMP_DEB_PACKAGE_NAMES=1
dev/release/post-12-bump-versions.sh 17.1.0 18.0.0
```
I also added the `set -x` to the `post-12-bump-versions.sh`:
```diff
diff --git a/dev/release/post-12-bump-versions.sh
b/dev/release/post-12-bump-versions.sh
index 2eeb715..5ffc7d3 100755
--- a/dev/release/post-12-bump-versions.sh
+++ b/dev/release/post-12-bump-versions.sh
@@ -17,7 +17,7 @@
# specific language governing permissions and limitations
# under the License.
#
-set -ue
+set -uex
SOURCE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "${SOURCE_DIR}/git-vars.sh"
```
--
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]