clj-commons

borkdude 2021-07-15T08:57:22.045900Z

clj-yaml has two new functions in the API, I wanted to add them to bb, but it seems they aren't released yet, despite "automagic" deploys set up by @slipset... perhaps worth a look?

slipset 2021-07-15T09:04:27.046200Z

automagic deploys are somewhat manual 🙂

slipset 2021-07-15T09:04:41.046400Z

They need to be triggered.

borkdude 2021-07-15T09:04:47.046600Z

ah makes sense

borkdude 2021-07-15T09:04:50.046800Z

how are they triggered?

slipset 2021-07-15T09:05:58.047Z

By running this: https://github.com/clj-commons/infra/blob/main/deployment/release.bb

slipset 2021-07-15T09:06:27.047700Z

Which is basically just pushing a tag with the correct format Release-x.y.z

slipset 2021-07-15T09:07:08.048Z

You want to trigger a release or should I?

borkdude 2021-07-15T09:08:48.048300Z

OK, let me try

borkdude 2021-07-15T09:11:38.048900Z

borkdude@MBP2019 /tmp/clj-yaml (master) $ /tmp/infra/deployment/release.bb
Working-directory is clean, releasing 0.7.107
done

borkdude 2021-07-15T09:15:46.049200Z

DEPLOY SUCCESSFUL!

borkdude 2021-07-15T09:16:13.049500Z

thanks

slipset 2021-07-15T10:20:18.049800Z

Yay 😀