cljdoc

2025-09-10T17:59:38.163239Z

Hi - I uploaded a new release of tupelo to clojars, but it is not getting picked up on cljdoc. Is the pipeline OK? See https://clojars.org/tupelo/versions/25.07.01-SNAPSHOT

2025-09-12T02:03:31.221859Z

Thank you for the help.

2025-09-10T18:59:43.745339Z

And just completed: https://cljdoc.org/d/tupelo/tupelo/25.07.01-SNAPSHOT/doc/readme

lread 2025-09-10T19:19:24.779539Z

Thanks @tcrawley! @cloojure, new builds are automatically discovered from clojars and queued to build on cljdoc. This usually takes about 10 minutes (or more if more builds are queued). But you can always request a build like @tcrawley did for you. But!: SNAPSHOT releases are never automatically queued for build. They are only built on request. Just navigate to your project, i.e., https://cljdoc.org/d/tupelo/tupelo/25.07.01-SNAPSHOT, and if it is not already built, cljdoc will ask you if you want to build it.

2025-09-10T19:20:35.763419Z

My pleasure!

lread 2025-09-12T09:49:41.540299Z

Anytime!