arichiardi / fonda

An async pipeline approach to functional core - imperative shell.
Apache License 2.0
22 stars 1 forks source link

Introduce Makefile and deps-driven deploy #23

Closed arichiardi closed 5 years ago

arichiardi commented 5 years ago

This removes the hack we had in project.clj and uses a completely new workflow, with Makefile and deps.edn only, for deploying fonda to Clojars.

For deploying, run yarn deploy:release (or yarn deploy:shapshot). This will read the git tag, compute the revision number, combine it with the VERSION - which needs to be manually bumped (following semver).