yetanalytics / lrs

Protocols, specifications, and logic for building an xAPI Learning Record Store (LRS) in Clojure(Script).
https://www.yetanalytics.com/lrs
Apache License 2.0
4 stars 1 forks source link

set up clojars deployment #76

Closed milt closed 2 years ago

milt commented 2 years ago

Using our lovely yet actions.

kelvinqian00 commented 2 years ago

Silly request but don't forget the Clojars badge on the README!

milt commented 2 years ago

Silly request but don't forget the Clojars badge on the README!

badged!

kelvinqian00 commented 2 years ago

Ok for some reason the v1.2.6-test-0 tag did not get pushed up to Clojars. (This was a big reason why I asked for the badge - it provides an instant way to check the deployment on Clojars.) You can confirm this by going to the Yet Analytics Clojars page: https://clojars.org/groups/com.yetanalytics.

milt commented 2 years ago

Ok for some reason the v1.2.6-test-0 tag did not get pushed up to Clojars.

intentional, I set publish to false. I wanted to make sure the artifact it built had the right stuff, it did.

kelvinqian00 commented 2 years ago

Ok (I forgot I added that feature lol). Make sure to deploy a SNAPSHOT version to check that Clojars deployment works then.

kelvinqian00 commented 2 years ago

Snapshot has been pushed - next step is to test the Clojars artifact on downstream apps like lrsql to ensure that it works.