From 9b5fcb475ed23069c2658bea1ecce8928016cede Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 19 Jul 2018 22:28:29 +0100 Subject: [PATCH] Documenting the process... --- project.clj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/project.clj b/project.clj index de69284..e7e37db 100644 --- a/project.clj +++ b/project.clj @@ -12,6 +12,10 @@ :plugins [[lein-codox "0.10.3"] [lein-release "1.0.5"]] + ;; `lein release` doesn't work with `git flow release`. To use + ;; `lein release`, first merge `develop` into `master`, and then, in branch + ;; `master`, run `lein release` + :release-tasks [["vcs" "assert-committed"] ["clean"] ["test"]