kentkwu opened a new issue, #4157: URL: https://github.com/apache/arrow-adbc/issues/4157
### What happened? Gemfury does not allow npm publish with custom visibility. It always publishes with the default visibility which is currently private. Also, npm does not allow multiple publishes to the same version number. Currently, we remove the packages nightly and publish to npm with the same version, and as far as I understand, gemfury does not expose a way to programmatically update the visibility after the fact. This means each night the packages get set to private. The solution here is to add an incrementing patch number to the gemfury nightly publish, which will allow us to publish a new nightly every night without hitting the duplicate npm package issue ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup _No response_ -- 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]
