From 55be4a27864f74a68af4c7553d9099c6b5d61d74 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 4 Oct 2018 21:08:56 +0100 Subject: [PATCH] Amended release documentation --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4e49efb..effbb6e 100644 --- a/project.clj +++ b/project.clj @@ -25,7 +25,7 @@ ] ;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the - ;; `develop` branch, then reset the `master` branch to the release tag. + ;; `develop` branch, then merge the the release tag into the `master` branch. :deploy-repositories [["releases" :clojars] ["snapshots" :clojars]]