From 4fc2110831479d709aa7207c44bc9dcb1009a6c5 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 20 Sep 2018 11:23:35 +0100 Subject: [PATCH] Updated release documentation comment. --- project.clj | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 85df47a..82d19a4 100644 --- a/project.clj +++ b/project.clj @@ -24,9 +24,8 @@ ;; [uncomplexor "0.1.0-SNAPSHOT"] ] - ;; `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` + ;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the + ;; `develop` branch, then merge the release tag into the `master` branch. :deploy-repositories [["releases" :clojars] ["snapshots" :clojars]]