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).
This removes the hack we had in
project.clj
and uses a completely new workflow, withMakefile
anddeps.edn
only, for deployingfonda
to Clojars.For deploying, run
yarn deploy:release
(oryarn deploy:shapshot
). This will read thegit
tag, compute the revision number, combine it with theVERSION
- which needs to be manually bumped (following semver).