clj-commons

Matthew Davidson 2021-09-24T13:30:57.081300Z

Thanks, I’ll try that for byte-streams

slipset 2021-09-24T16:19:11.081600Z

LMK if you experience any problems.

Matthew Davidson 2021-09-28T15:14:37.082100Z

👍

Matthew Davidson 2021-09-28T22:23:17.082300Z

@slipset Got a new error: https://app.circleci.com/pipelines/github/clj-commons/byte-streams/23/workflows/c3d247b7-7b14-432c-899c-b82934ee75c8/jobs/34/parallel-runs/0/steps/0-109 Something about clj-commons not being verified on clojars, so it can’t contain new groups…

Matthew Davidson 2021-09-25T20:07:17.081700Z

@slipset Seeing a lot “Unauthorized” errors: https://app.circleci.com/pipelines/github/clj-commons/byte-streams I don’t think I can run the “deploy” phase

slipset 2021-09-26T09:21:32.081900Z

It’s because you’re not a member of the clj-commons org. I’ve sent you an invite.

slipset 2021-09-24T06:20:37.080700Z

Updating the circle-ci config now. All that’s needed to deploy is to push a Release-.* tag and that will kick off a deploy-job which deploys to clojars. This is not done for manifold et al because they deploy to the manifold clojars org.

👍 1