Fork me on GitHub
#clj-on-windows
<
2022-11-16
>
borkdude17:11:58

@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?

chucklehead18:11:24

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

borkdude18:11:24

> 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?

borkdude18:11:39

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

chucklehead19:11:48

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 @UBLU3FQRZ 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
borkdude19:11:30

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

littleli22:11:16

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