just tagged a new release: {:mvn/version "0.15.957"} , see the https://github.com/nextjournal/clerk/blob/9c38ff3ef240c9bd21e596792adb2ebdbb5a738d/CHANGELOG.md#015957-2023-09-28.
Hey, I went to use this https://github.com/mentat-collective/clerk-utils-custom-template which I used successfully on another machine, and this time it didn't work for me.
$ clojure --version
Clojure CLI version 1.11.1.1413$ clojure -Sdeps '{:deps {io.github.mentat-collective/clerk-utils {:git/sha "40e7c7bd358c95d1cc96d76eb6ae5099868e500f"}}}' \
-Tnew create \
:template clerk-utils/custom \
:name tom.henderson/code-review-analysis
Creating project from clerk-utils/custom in code-review-analysis$ bb clerk-watchtaking a look now
works fine for me with this version of clerk-utils, give this a try: 7edf8bd08c7119c94374face9a2797507edb9500
strange that that version didn’t work though
(I didn’t try with the version that was failing for you, I only tried with this latest version)
Latest is fine! Thanks