We have a few PRs that work towards introducing a CI and automating releases. I'd like to propose that we also start using git release tags to mark new shippable builds and only push those to clojars rather than building straight from master.
Since deployments to Clojars are planned to be triggered by publishing a release on Github (and Github releases are based on tags), tags should by extension become a prerequisite going forward.
We have a few PRs that work towards introducing a CI and automating releases. I'd like to propose that we also start using git release tags to mark new shippable builds and only push those to clojars rather than building straight from master.