From 5faeaddd34a7fb502106737c6ecb3e59cf2d8bca Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:21:35 +0100 Subject: [PATCH] Added automatic deployment to clojars into the release process --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index 67407e7..de69284 100644 --- a/project.clj +++ b/project.clj @@ -21,5 +21,6 @@ ;; ["vcs" "tag"] -- not working, problems with secret key ["uberjar"] ["install"] + ["deploy" "clojars"] ["change" "version" "leiningen.release/bump-version"] ["vcs" "commit"]])