Still struggling to make automatic release work.
This commit is contained in:
parent
a7404453b4
commit
460a60d803
|
@ -1,4 +1,4 @@
|
||||||
(defproject adl "1.4.3-SNAPSHOT"
|
(defproject adl "1.4.3"
|
||||||
:description "An application to transform an ADL application specification
|
:description "An application to transform an ADL application specification
|
||||||
document into skeleton code for a Clojure web-app"
|
document into skeleton code for a Clojure web-app"
|
||||||
:url "https://github.com/simon-brooke/adl"
|
:url "https://github.com/simon-brooke/adl"
|
||||||
|
@ -21,10 +21,16 @@
|
||||||
:plugins [[lein-codox "0.10.3"]
|
:plugins [[lein-codox "0.10.3"]
|
||||||
[lein-release "1.0.5"]]
|
[lein-release "1.0.5"]]
|
||||||
|
|
||||||
|
;; :lein-release {:scm :git
|
||||||
|
;; :deploy-via :clojars} ;; :deploy-via :clojars fails - with an scp error.
|
||||||
|
|
||||||
;; `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`
|
||||||
|
|
||||||
|
:deploy-repositories [["clojars" {:url "https://clojars.org/repo"
|
||||||
|
:sign-releases true}]]
|
||||||
|
|
||||||
:release-tasks [["vcs" "assert-committed"]
|
:release-tasks [["vcs" "assert-committed"]
|
||||||
["clean"]
|
["clean"]
|
||||||
["test"]
|
["test"]
|
||||||
|
|
Loading…
Reference in a new issue