raulcd opened a new issue, #44585: URL: https://github.com/apache/arrow/issues/44585
### Describe the bug, including details regarding any error messages, version, and platform. When publishing to npm the JavaScript implementation for 18.0.0 I saw the following error on one of the packages ``` npm notice === Tarball Contents === npm notice 248.2kB Arrow.js npm notice 23.4kB arrow2csv.js npm notice 13.3kB arrow2csv.ts npm notice 20B package.json npm notice === Tarball Details === npm notice name: npm notice version: npm notice filename: -.tgz npm notice package size: 66.6 kB npm notice unpacked size: 285.0 kB npm notice shasum: ac29699beca57a8c8a20fef88d9c3d2b83934dce npm notice integrity: sha512-2vcxFjK8cZ+Q5[...]/6uMhk+7VGK8Q== npm notice total files: 4 npm notice npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access npm ERR! code EBADSEMVER npm ERR! invalid semver: ``` There seems to be a bad filename generated from the log `-.tgz` but I am unsure on what happens. In order to publish I run the script: ``` dev/release/post-07-js.sh 18.0.0 ``` The version seems to be published sucessfully apart from this: https://www.npmjs.com/package/apache-arrow/v/18.0.0 ### Component(s) JavaScript, Release -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org