clj-on-windows

borkdude 2022-11-16T17:37:58.557749Z

@chuck.cassel I released a new deps.clj yesterday but it seems the msi isn't updating here: https://github.com/casselc/clj-msi/releases Wasn't that an automated thing now?

chucklehead 2022-11-16T18:17:24.824389Z

Right now it only automatically updates on clojure version bumps using the latest available deps. I can do a manual release later tonight.

borkdude 2022-11-16T18:18:24.086999Z

> Right now it only automatically updates on clojure version bumps using the latest available deps. Can you explain in more detail why it didn't happen this time?

borkdude 2022-11-16T18:18:39.507829Z

I'd rather fix the automated way than doing a manual release, so just trying to understand

chucklehead 2022-11-16T19:01:48.117779Z

Oops, I haven’t been paying attention and didn’t realize there was a new clojure release. It creates draft releases at the moment so I just need to publish. I also need to take a look at the changes @ales.najmann made to the scoop manifest last time to make sure the CI builds are named/tagged the way the manifest is expecting to detect new versions.

❤️ 1
borkdude 2022-11-16T19:02:30.121009Z

> It creates draft releases at the moment so I just need to publish Sounds good

littleli 2022-11-18T22:58:16.684799Z

I've to admit clj-msi is pretty slick. Well, at least when unwrap by scoop installer 🤩 Just having two executables is better than workaround with shims. I consider to rewrite the installation guide.