lein-release plugin: preparing 1.4.3 release
This commit is contained in:
parent
00285d5ac5
commit
86607fe611
|
@ -1,4 +1,4 @@
|
|||
(defproject adl "1.4.3-SNAPSHOT"
|
||||
(defproject adl "1.4.3"
|
||||
:description "An application to transform an ADL application specification
|
||||
document into skeleton code for a Clojure web-app"
|
||||
:url "https://github.com/simon-brooke/adl"
|
||||
|
@ -25,6 +25,9 @@
|
|||
;; `lein release`, first merge `develop` into `master`, and then, in branch
|
||||
;; `master`, run `lein release`
|
||||
|
||||
:scm :git
|
||||
:deploy-via :clojars
|
||||
|
||||
:release-tasks [["vcs" "assert-committed"]
|
||||
["clean"]
|
||||
["test"]
|
||||
|
@ -34,6 +37,6 @@
|
|||
;; ["vcs" "tag"] -- not working, problems with secret key
|
||||
["uberjar"]
|
||||
["install"]
|
||||
["deploy" "clojars"]
|
||||
["deploy"]
|
||||
["change" "version" "leiningen.release/bump-version"]
|
||||
["vcs" "commit"]])
|
||||
|
|
Loading…
Reference in a new issue