nilenso / honeysql-postgres

PostgreSQL extension for honeysql
http://nilenso.com
Eclipse Public License 1.0
193 stars 28 forks source link

Use release tags to push to clojars #57

Closed kitallis closed 3 years ago

kitallis commented 3 years ago

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.

scimetfoo commented 3 years ago

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.