Updated release documentation comment.

This commit is contained in:
Simon Brooke 2018-09-20 11:23:35 +01:00
parent 04ec02d5ab
commit 4fc2110831

View file

@ -24,9 +24,8 @@
;; [uncomplexor "0.1.0-SNAPSHOT"] ;; [uncomplexor "0.1.0-SNAPSHOT"]
] ]
;; `lein release` doesn't work with `git flow release`. To use ;; `lein release` doesn't play nice with `git flow release`. Run `lein release` in the
;; `lein release`, first merge `develop` into `master`, and then, in branch ;; `develop` branch, then merge the release tag into the `master` branch.
;; `master`, run `lein release`
:deploy-repositories [["releases" :clojars] :deploy-repositories [["releases" :clojars]
["snapshots" :clojars]] ["snapshots" :clojars]]