lein-release plugin: preparing 0.1.3 release

This commit is contained in:
Simon Brooke 2018-09-20 10:47:08 +01:00
parent ff12bfa867
commit 59ac52a51f

View file

@ -1,4 +1,4 @@
(defproject lein-adl "0.1.3-SNAPSHOT" (defproject lein-adl "0.1.3"
:description "Integrate Application Description Language into lein workflow" :description "Integrate Application Description Language into lein workflow"
:url "https://github.com/simon-brooke/lein-adl" :url "https://github.com/simon-brooke/lein-adl"
:license {:name "Eclipse Public License" ;; for compatibility with leiningen :license {:name "Eclipse Public License" ;; for compatibility with leiningen
@ -9,6 +9,9 @@
:plugins [[lein-codox "0.10.3"] :plugins [[lein-codox "0.10.3"]
[lein-release "1.0.5"]] [lein-release "1.0.5"]]
:deploy-repositories [["releases" :clojars]
["snapshots" :clojars]]
;; `lein release` doesn't work with `git flow release`. To use ;; `lein release` doesn't work with `git flow release`. To use
;; `lein release`, first merge `develop` into `master`, and then, in branch ;; `lein release`, first merge `develop` into `master`, and then, in branch
;; `master`, run `lein release` ;; `master`, run `lein release`