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
Thank you for the help.
I was able to request a build on cljdoc: https://cljdoc.org/builds/93883 and it is building now: https://app.circleci.com/pipelines/github/cljdoc/builder/66477/workflows/3306ebb4-85a5-488f-b580-8e3bc19a72a1/jobs/82851
And just completed: https://cljdoc.org/d/tupelo/tupelo/25.07.01-SNAPSHOT/doc/readme
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.
My pleasure!
Our https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#snapshot-builds.
Anytime!