Updated release documentation comment.
This commit is contained in:
parent
04ec02d5ab
commit
4fc2110831
|
@ -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]]
|
||||||
|
|
Loading…
Reference in a new issue